aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2006-06-12 12:36:26 +0000
committerFred Fish <fnf@specifix.com>2006-06-12 12:36:26 +0000
commitce28273f99d0dd06bb896e521e4ba15c0fd3a189 (patch)
treec8560e3a8dd0ec1b8ab091640cef95d634081572 /ld/emulparams
parent7fd91fe0bb0c693070dcfb0f1dcc5a91f393d440 (diff)
downloadgdb-ce28273f99d0dd06bb896e521e4ba15c0fd3a189.zip
gdb-ce28273f99d0dd06bb896e521e4ba15c0fd3a189.tar.gz
gdb-ce28273f99d0dd06bb896e521e4ba15c0fd3a189.tar.bz2
Reviewed and approved by Daniel Jacobowitz and Thiemo Seufer
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.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32bmip.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/emulparams/elf32bmip.sh b/ld/emulparams/elf32bmip.sh
index 7260be0..4f18cf7 100644
--- a/ld/emulparams/elf32bmip.sh
+++ b/ld/emulparams/elf32bmip.sh
@@ -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=