From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 31 Oct 2010 18:17:48 +0100 Subject: [U-Boot] ELF relocation issues wrt toolchain Message-ID: <4CCDA4BC.2020601@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de All, I think I've got the issue pinned down. I noticed that in the non-working case, the _rel_dyn_start_ofs and _rel_dyn_end_ofs both had the same value. I first suspected a linker issue, when actually it was a linker *file* issue. Somehow, between linker releases, the names of relocation input sections have changed, which moved them out of our .rel.dyn, actually causing the code not to relocate any more. I am experimenting to find a solution that will please both 'old' and 'new' linkers. Amicalement, -- Albert.