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

2010-09-28 Thread Heiko Schocher
Hello Albert, 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: Albert Aribaud Te

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

2010-09-28 Thread Ben Gardiner
On Tue, Sep 28, 2010 at 9:14 AM, 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: A

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

2010-09-28 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