Reviewed and approved by Daniel Jacobowitz and Thiemo Seufer
authorFred Fish <fnf@specifix.com>
Mon, 12 Jun 2006 12:36:26 +0000 (12:36 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 12 Jun 2006 12:36:26 +0000 (12:36 +0000)
2006-06-12  Fred Fish  <fnf@specifix.com>
* emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
generated by mips gcc.

ld/ChangeLog
ld/emulparams/elf32bmip.sh

index a288ca90b97025c0614a59d681ec488dcf395a42..7c74f47e9eb1b9f4a7c09608f2d057e192ae559e 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-12  Fred Fish  <fnf@specifix.com>
+
+       * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
+       ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
+       generated by mips gcc.
+
 2006-06-12  Thiemo Seufer  <ths@mips.com>
 
        * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
index 7260be0ecf266d4ca1d1148ed4aa092c47fb1324..4f18cf702b593372ee237b32a2a167cf0ba4f0a6 100644 (file)
@@ -34,6 +34,14 @@ OTHER_BSS_SYMBOLS='_fbss = .;'
 OTHER_SECTIONS='
   .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
   .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
+  .mdebug.abi32 : { KEEP(*(.mdebug.abi32)) }
+  .mdebug.abiN32 : { KEEP(*(.mdebug.abiN32)) }
+  .mdebug.abi64 : { KEEP(*(.mdebug.abi64)) }
+  .mdebug.abiO64 : { KEEP(*(.mdebug.abiO64)) }
+  .mdebug.eabi32 : { KEEP(*(.mdebug.eabi32)) }
+  .mdebug.eabi64 : { KEEP(*(.mdebug.eabi64)) }
+  .gcc_compiled_long32 : { KEEP(*(.gcc_compiled_long32)) }
+  .gcc_compiled_long64 : { KEEP(*(.gcc_compiled_long64)) }
 '
 ARCH=mips
 MACHINE=
This page took 0.029485 seconds and 4 git commands to generate.