1source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
2COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
3INITIAL_READONLY_SECTIONS=
4if test -z "${CREATE_SHLIB}"; then
5  INITIAL_READONLY_SECTIONS=".interp       ${RELOCATING-0} : { *(.interp) }"
6fi
7INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
8  .MIPS.abiflags      ${RELOCATING-0} : { *(.MIPS.abiflags) }
9  .MIPS.xhash      ${RELOCATING-0} : { *(.MIPS.xhash) }
10  .MIPS.options : { *(.MIPS.options) }
11"
12