On Mon, Nov 14, 2011 at 06:53:29PM +1100, Anton Blanchard wrote: > > commit 46b2d0b8a719 (kexec/powerpc fix optimization for size (gcc -Os) > build) added out of line GPR save/restore handlers for 32bit -Os > builds. This patch adds the handlers for 64bit builds. > > Signed-off-by: Anton Blanchard <anton at samba.org> On Mon, Nov 14, 2011 at 06:56:22PM +1100, Anton Blanchard wrote: > > Some cleanup of the relocation code: > > - Whitespace changes > - Use braces to add clarity to nested for/if loop. > - Order ADDR16 relocations > - No need for to return from a void function. > > Signed-off-by: Anton Blanchard <anton at samba.org> On Mon, Nov 14, 2011 at 06:54:33PM +1100, Anton Blanchard wrote: > > Add all the TOC16 relocations. These were hit when building kexec > with a recent toolchain. > > Signed-off-by: Anton Blanchard <anton at samba.org> Thanks Anton, I have applied all three patches.