Re: [U-Boot] [PATCH v5 2/3] arm: make _end compiler-generated

2014-02-13 Thread Albert ARIBAUD
Hi Benoît, On Thu, 30 Jan 2014 13:09:03 +0100 (CET), Benoît Thébaudeau wrote: > Hi Albert, > > On Thursday, January 30, 2014 11:02:46 AM, Albert ARIBAUD wrote: > > This prevents references to _end from generating absolute > > relocation records. > > > > This change is binary invariant for ARM

Re: [U-Boot] [PATCH v5 2/3] arm: make _end compiler-generated

2014-01-30 Thread Benoît Thébaudeau
Hi Albert, On Thursday, January 30, 2014 11:02:46 AM, Albert ARIBAUD wrote: > This prevents references to _end from generating absolute > relocation records. > > This change is binary invariant for ARM targets. > > Signed-off-by: Albert ARIBAUD > --- > > Changes in v5: > - Rebase onto u-boot-a

[U-Boot] [PATCH v5 2/3] arm: make _end compiler-generated

2014-01-30 Thread Albert ARIBAUD
This prevents references to _end from generating absolute relocation records. This change is binary invariant for ARM targets. Signed-off-by: Albert ARIBAUD --- Changes in v5: - Rebase onto u-boot-arm/master Changes in v4: None Changes in v3: - Replace _end in linker scripts with _image_binary