]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
authorJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 04:07:58 +0000 (04:07 +0000)
committerJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 04:07:58 +0000 (04:07 +0000)
and .l2.data.

ld/ChangeLog
ld/emulparams/elf32bfinfd.sh

index 287b5308d817f60f5e444e58e18ab3f042670520..56e69c38e2bf0912a93d5d1f989926da5f40cb26 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
+       and .l2.data.
+
 2009-09-03  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch
index e3ae57b072e28c0378b6821c3d4aefaa125fc86c..3e0420e793e89f2c4ac0da499cf14afffa8832d0 100644 (file)
@@ -14,9 +14,18 @@ OTHER_READONLY_SECTIONS="
     ${RELOCATING+__ROFIXUP_END__ = .;}
   }
 "
-# 0xff700000, 0xff800000, 0xff900000 and 0xffa00000 are also used in
-# Dynamic linker and linux kernel. They need to be keep synchronized.
+# 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)