[U-Boot] [PATCH V2 1/2] [NEXT] arm: change relocation flag from -fPIC to -fPIE

2010-09-24 Thread Albert Aribaud
Replace GOT indirect addressing with more efficient pic-base relative addressing for initialized data (uninitialized data still use GOTi indirect addressing). This also reduces code size by 0.4% compared to -fPIC. Signed-off-by: Albert Aribaud --- SUMMARY This patch aims at optimizing relocatab

Re: [U-Boot] [PATCH V2 1/2] [NEXT] arm: change relocation flag from -fPIC to -fPIE

2010-09-24 Thread Ben Gardiner
On Fri, Sep 24, 2010 at 12:59 PM, Albert Aribaud wrote: > Replace GOT indirect addressing with more efficient pic-base > relative addressing for initialized data (uninitialized data > still use GOTi indirect addressing).  This also reduces code > size by 0.4% compared to -fPIC. > > Signed-off-by: