* emulparams/elf32bmip.sh (OTHER_SECTIONS): Put .mdebug.* and
.gcc_compiled_long* sections at address 0.
This commit is contained in:
parent
604fcd6577
commit
c0a512e266
2 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-12-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* emulparams/elf32bmip.sh (OTHER_SECTIONS): Put .mdebug.* and
|
||||
.gcc_compiled_long* sections at address 0.
|
||||
|
||||
2011-12-13 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/it.po: New Italian translation.
|
||||
|
|
|
@ -64,14 +64,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)) }
|
||||
.mdebug.abi32 0 : { KEEP(*(.mdebug.abi32)) }
|
||||
.mdebug.abiN32 0 : { KEEP(*(.mdebug.abiN32)) }
|
||||
.mdebug.abi64 0 : { KEEP(*(.mdebug.abi64)) }
|
||||
.mdebug.abiO64 0 : { KEEP(*(.mdebug.abiO64)) }
|
||||
.mdebug.eabi32 0 : { KEEP(*(.mdebug.eabi32)) }
|
||||
.mdebug.eabi64 0 : { KEEP(*(.mdebug.eabi64)) }
|
||||
.gcc_compiled_long32 0 : { KEEP(*(.gcc_compiled_long32)) }
|
||||
.gcc_compiled_long64 0 : { KEEP(*(.gcc_compiled_long64)) }
|
||||
'
|
||||
ARCH=mips
|
||||
MACHINE=
|
||||
|
|
Loading…
Reference in a new issue