2022-07-15 13:48:03 +02:00
|
|
|
source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
|
2009-01-25 21:40:16 +00:00
|
|
|
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
2023-08-05 16:17:51 +01:00
|
|
|
INITIAL_READONLY_SECTIONS=
|
|
|
|
if test -z "${CREATE_SHLIB}"; then
|
|
|
|
INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp) }"
|
|
|
|
fi
|
|
|
|
INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
|
2014-12-26 11:26:52 +01:00
|
|
|
.MIPS.abiflags ${RELOCATING-0} : { *(.MIPS.abiflags) }
|
2022-07-15 13:48:03 +02:00
|
|
|
.MIPS.xhash ${RELOCATING-0} : { *(.MIPS.xhash) }
|
2014-12-26 11:26:52 +01:00
|
|
|
.MIPS.options : { *(.MIPS.options) }
|
|
|
|
"
|