Re: [PATCH 2/3] rs6000: Use LR_REGNO instead of constant 65

2016-09-01 Thread Segher Boessenkool
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

Re: [PATCH 2/3] rs6000: Use LR_REGNO instead of constant 65

2016-09-01 Thread Iain Sandoe
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

[PATCH 2/3] rs6000: Use LR_REGNO instead of constant 65

2016-08-31 Thread Segher Boessenkool
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