Re: [U-Boot] [PATCH 3/5] arm: make relocation symbols compiler-generated

2013-05-15 Thread Albert ARIBAUD
Hi Benoît, On Wed, 15 May 2013 00:09:08 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Tuesday, May 14, 2013 10:02:58 PM, Albert ARIBAUD wrote: This change is only done where needed: some linker scripts may contain relocation symbols yet remain

Re: [U-Boot] [PATCH 3/5] arm: make relocation symbols compiler-generated

2013-05-15 Thread Albert ARIBAUD
On Wed, 15 May 2013 08:39:54 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: [...] will fix in V3 Make that V2. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 3/5] arm: make relocation symbols compiler-generated

2013-05-14 Thread Albert ARIBAUD
This change is only done where needed: some linker scripts may contain relocation symbols yet remain unchanged. __rel_dyn_start, __rel_dyn_end and __dynsym_start each requires its own output section; putting them in relocation sections changes the sections' nature which breaks relocation.

Re: [U-Boot] [PATCH 3/5] arm: make relocation symbols compiler-generated

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:02:58 PM, Albert ARIBAUD wrote: This change is only done where needed: some linker scripts may contain relocation symbols yet remain unchanged. __rel_dyn_start, __rel_dyn_end and __dynsym_start each requires its own output section; putting them in