[U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support
Albert ARIBAUD
albert.aribaud at free.fr
Wed Nov 3 19:27:05 CET 2010
Le 03/11/2010 19:24, 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<albert.aribaud at free.fr>
> ---
> 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: overlaied .bss and .rel.dyn sections
> tx25: overlaied .bss and .rel.dyn sections
(sorry for the typos) People with arm926ejs based boards and with tx25
boards please test: I cannot test on tx25, and I cannot test right now.
This *should* make the RAM footprint and the FLASH/NAND footprint
minimal by overlaying the BSS and relocation table.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list