Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-15 Thread Benoît Thébaudeau
Hi Albert, On Sunday, October 13, 2013 7:16:33 PM, Albert ARIBAUD wrote: Hi Benoît, On Sun, 13 Oct 2013 17:00:25 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Sunday, October 13, 2013 9:10:28 AM, Albert ARIBAUD wrote: [...] diff --git

Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-15 Thread Albert ARIBAUD
Hi Benoît, On Tue, 15 Oct 2013 13:07:53 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Sunday, October 13, 2013 7:16:33 PM, Albert ARIBAUD wrote: Hi Benoît, On Sun, 13 Oct 2013 17:00:25 +0200 (CEST), Benoît Thébaudeau

Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-15 Thread Albert ARIBAUD
On Sun, 13 Oct 2013 19:16:33 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: I don't think so. The switch from _end to __rel_dyn_end is done precisely to avoid using a symbol for which an offset is needed (_end, because linker-defined, can only have absolute relocations) and use

[U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-13 Thread Albert ARIBAUD
Remove the last uses of symbol offsets in ARM U-Boot. Remove some needless uses of _TEXT_BASE. Remove all _TEXT_BASE definitions. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- _TEXT_BASE was only used by ARM to allow resolution of symbol offsets, themselves only needed due to

Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-13 Thread Albert ARIBAUD
On Sun, 13 Oct 2013 09:10:28 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Remove the last uses of symbol offsets in ARM U-Boot. Remove some needless uses of _TEXT_BASE. Remove all _TEXT_BASE definitions. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- _TEXT_BASE was

Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-13 Thread Benoît Thébaudeau
Hi Albert, On Sunday, October 13, 2013 9:10:28 AM, Albert ARIBAUD wrote: Remove the last uses of symbol offsets in ARM U-Boot. Remove some needless uses of _TEXT_BASE. Remove all _TEXT_BASE definitions. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- _TEXT_BASE was only used

Re: [U-Boot] [PATCH v1] arm: remove unneeded symbol offsets and _TEXT_BASE

2013-10-13 Thread Albert ARIBAUD
Hi Benoît, On Sun, 13 Oct 2013 17:00:25 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Sunday, October 13, 2013 9:10:28 AM, Albert ARIBAUD wrote: Remove the last uses of symbol offsets in ARM U-Boot. Remove some needless uses of _TEXT_BASE. Remove