]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: fix linker file for newer ld support
authorAlbert Aribaud <albert.aribaud@free.fr>
Mon, 15 Nov 2010 20:46:03 +0000 (21:46 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 17 Nov 2010 19:44:32 +0000 (20:44 +0100)
commitaaeb0a890a050b58be87fa2b165eec5fa947dc86
tree45343feeeb9ec610bac21a14d9c55e98e77b02cb
parent227b72515546fca535dbd3274f6d875d97f494fe
ARM: fix linker file for newer ld support

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 <albert.aribaud@free.fr>
arch/arm/cpu/arm1136/start.S
arch/arm/cpu/arm1136/u-boot.lds
arch/arm/cpu/arm1176/u-boot.lds
arch/arm/cpu/arm926ejs/u-boot.lds
arch/arm/cpu/armv7/start.S
arch/arm/cpu/armv7/u-boot.lds
arch/arm/cpu/pxa/u-boot.lds