1214571Sdim. ${srcdir}/emulparams/elf32bmipn32-defs.sh
2214571SdimCOMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
3222558Sjchandra
4222558Sjchandra# elf32bmipn32-defs.sh use .reginfo, n64 ABI should use .MIPS.options,
5222558Sjchandra# override INITIAL_READONLY_SECTIONS to do this.
6222558SjchandraINITIAL_READONLY_SECTIONS=
7222558Sjchandraif test -z "${CREATE_SHLIB}"; then
8222558Sjchandra  INITIAL_READONLY_SECTIONS=".interp       ${RELOCATING-0} : { *(.interp) }"
9222558Sjchandrafi
10222558SjchandraINITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
11222558Sjchandra  .MIPS.options      ${RELOCATING-0} : { *(.MIPS.options) }"
12