mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
786dbcc3f4
definition from elf64btsmip.sh. (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh. * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove. * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove. * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define. (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects. Define __program_header_table in terms of __elf_header.
15 lines
455 B
Bash
15 lines
455 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf32ltsmipn32.sh
|
|
|
|
. ${srcdir}/emulparams/elf32bmipn32-defs.sh
|
|
OUTPUT_FORMAT="elf32-ntradbigmips"
|
|
BIG_OUTPUT_FORMAT="elf32-ntradbigmips"
|
|
LITTLE_OUTPUT_FORMAT="elf32-ntradlittlemips"
|
|
|
|
# Magic sections.
|
|
OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
|
OTHER_SECTIONS='
|
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
|
.gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
|
'
|