]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: u-boot.lds: add relocation specific sections
authorGabor Juhos <juhosg@openwrt.org>
Tue, 12 Feb 2013 21:22:13 +0000 (22:22 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 12 Feb 2013 21:22:13 +0000 (22:22 +0100)
commit0ba8926e08bdabba681384ba3ea8476eda68c141
tree7aa6333005ed3cd15fe111c6e158a74aa83328c4
parent28875e2c4731296ee7ed645d07f1c28c0301f1c4
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>
arch/mips/cpu/u-boot.lds