2005-10-19 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Wed, 19 Oct 2005 14:43:21 +0000 (14:43 +0000)
committerPaul Brook <paul@codesourcery.com>
Wed, 19 Oct 2005 14:43:21 +0000 (14:43 +0000)
* emulparams/armelf.sh: Add .ARM.attributes to OTHER_SECTIONS.

ld/ChangeLog
ld/emulparams/armelf.sh

index 20c5281..e40b47d 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-19  Paul Brook  <paul@codesourcery.com>
+
+       * emulparams/armelf.sh: Add .ARM.attributes to OTHER_SECTIONS.
+
 2005-10-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/1467
index 782fd2d..6dc50b2 100644 (file)
@@ -10,7 +10,8 @@ OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
 OTHER_END_SYMBOLS='__end__ = . ;'
-OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
+OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
+  .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) }'
 OTHER_READONLY_SECTIONS="
   .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
   ${RELOCATING+ __exidx_start = .; }