
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 Aribaudalbert.aribaud@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,