From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 15 Nov 2010 21:48:11 +0100 Subject: [U-Boot] [PATCH V5 1/2] ARM: fix linker file for newer ld support In-Reply-To: <1289853964-6525-1-git-send-email-albert.aribaud@free.fr> References: <1289853964-6525-1-git-send-email-albert.aribaud@free.fr> Message-ID: <4CE19C8B.5000506@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 15/11/2010 21:46, 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. > > Signed-off-by: Albert Aribaud > --- > V1 Initial submission > V2 arm926ejs: added ALIGN between bss and .rel.dyn sections > tx25: removed GOT and datarel output sections > tx25: fixed typo in config file commit message > V3 arm926ejs: overlaid .bss and .rel.dyn sections > tx25: overlaid .bss and .rel.dyn sections > V4 arm926ejs and tx25: fixed overlay > tx25: removed third patch as u-boot size remains small enough > V5 added u-boot.lds/start.S fix for arm1136, arm1176, pxa, armv7. Builds for at least one board of each cpu, but otherwise untested except for arm926 openrd_base. Amicalement, -- Albert.