On Thu, Sep 01, 2016 at 09:50:09AM +0100, Iain Sandoe wrote:
> > I left it in *restore_world because Iain will remove it there soon.
>
> Here is the patch to fix up Darwin,
> I guess it’s both Darwin-local and reasonably obvious now, but OK?
Yes, okay for trunk, thanks!
Segher
> 2016-09-01 I
Hi,
> On 1 Sep 2016, at 01:49, Segher Boessenkool
> wrote:
> I left it in *restore_world because Iain will remove it there soon.
Here is the patch to fix up Darwin,
I guess it’s both Darwin-local and reasonably obvious now, but OK?
Iain
[PATCH] rs6000,Darwin: Remove uses of LR in restore_worl
Many places still use 65 instead of the symbolic constant LR_REGNO. This
fixes them all (I looked for the string "65" only, in config/rs6000/ only,
I didn't read all code :-) )
I left it in *restore_world because Iain will remove it there soon.
Bootstrapped and regression checked on powerpc64-li