From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 09 Nov 2010 14:49:00 +0100 Subject: [U-Boot] [PATCH V4 1/2] arm926ejs: fix linker file for newer ld support In-Reply-To: <4CD3334F.4000404@free.fr> References: <1288909332-26220-1-git-send-email-albert.aribaud@free.fr> <4CD3334F.4000404@free.fr> Message-ID: <4CD9514C.9020503@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 Le 04/11/2010 23:27, Albert ARIBAUD a ?crit : > Le 04/11/2010 23:22, Albert Aribaud a ?crit : >> older ld emitted all ELF relocations in input sections named >> ..rel.dyn, whereas newer ld uses names of the form .rel*. The >> linker script only collected .rel.dyn input sections. Rewrite >> to collect all .rel* input sections and overlay with .bss. >> >> Signed-off-by: Albert Aribaud > > Tested on openrd_base, boots fine, works fine. > > Wolfgang, please test with tx25. > > Alexander, please test above your patches in place of previous patch v3. > > Others who are willing to test on other ARMs are welcome too. :) Did testers manage to try this patch set? I'd like to make sure it solves current issues with master for ARM relocation. Amicalement, -- Albert.