1. ${srcdir}/emulparams/elf32bmipn32-defs.sh
2COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
3
4# elf32bmipn32-defs.sh use .reginfo, n64 ABI should use .MIPS.options,
5# override INITIAL_READONLY_SECTIONS to do this.
6INITIAL_READONLY_SECTIONS=
7if test -z "${CREATE_SHLIB}"; then
8  INITIAL_READONLY_SECTIONS=".interp       ${RELOCATING-0} : { *(.interp) }"
9fi
10INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
11  .MIPS.options      ${RELOCATING-0} : { *(.MIPS.options) }"
12