Re: [U-Boot] [PATCH] PowerPC: Add support for -msingle-pic-base

2011-04-11 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1291656937-24619-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > -msingle-pic-base is a new gcc option for ppc and > it reduces the size of my u-boot with 6-8 KB. > While at it, add -fno-jump-tables too to save a > few more bytes. > > -msingle-pic-

[U-Boot] [PATCH] PowerPC: Add support for -msingle-pic-base

2010-12-06 Thread Joakim Tjernlund
-msingle-pic-base is a new gcc option for ppc and it reduces the size of my u-boot with 6-8 KB. While at it, add -fno-jump-tables too to save a few more bytes. -msingle-pic-base will be in gcc 4.6, however backported patches are available at http://bugs.gentoo.org/show_bug.cgi?id=347281 Signed-of