u-boot/arch/mips
Gabor Juhos 0ba8926e08 MIPS: u-boot.lds: add relocation specific sections
This section contain the table needed for dynamic
relocation. Also provide symbols for the relocation
code to access the table.

Discard all sections which are not needed in the final
ELF binary and U-Boot image. Section .dynsym cannot be
discarded or GNU ld crashes otherwise. This section
will be stripped by GNU objcpy in a later patch.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2013-02-12 22:22:13 +01:00
..
cpu MIPS: u-boot.lds: add relocation specific sections 2013-02-12 22:22:13 +01:00
include/asm MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation 2013-02-12 22:22:13 +01:00
lib MIPS: board.c: switch to new symbols __bss_end and __image_copy_end 2013-02-12 22:22:12 +01:00
config.mk MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles 2012-08-24 00:34:47 +02:00