mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
477 B
Bash
16 lines
477 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"
|
|
COMMONPAGESIZE=0x1000
|
|
|
|
# Magic sections.
|
|
OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
|
OTHER_SECTIONS='
|
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
|
.gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
|
'
|