X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Femulparams%2Felf32bfinfd.sh;fp=ld%2Femulparams%2Felf32bfinfd.sh;h=3e0420e793e89f2c4ac0da499cf14afffa8832d0;hp=19ec748b7fb983ba675bf981b76c011e8c42a3ac;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/emulparams/elf32bfinfd.sh b/ld/emulparams/elf32bfinfd.sh index 19ec748..3e0420e 100644 --- a/ld/emulparams/elf32bfinfd.sh +++ b/ld/emulparams/elf32bfinfd.sh @@ -14,3 +14,32 @@ OTHER_READONLY_SECTIONS=" ${RELOCATING+__ROFIXUP_END__ = .;} } " +# 0xfeb00000, 0xfec00000, 0xff700000, 0xff800000, 0xff900000 +# 0xffa00000 are also used in Dynamic linker and linux kernel. +# They need to be kept synchronized. +OTHER_SECTIONS=" + .l2.text 0xfeb00000 : + { + *(.l2.text) + } + .l2.data 0xfec00000 : + { + *(.l2.data) + } + .l1.data 0xff700000 : + { + *(.l1.data) + } + .l1.data.A 0xff800000 : + { + *(.l1.data.A) + } + .l1.data.B 0xff900000 : + { + *(.l1.data.B) + } + .l1.text 0xffa00000 : + { + *(.l1.text) + } +"