Home | History | Annotate | Line # | Download | only in emulparams
      1 source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
      2 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
      3 INITIAL_READONLY_SECTIONS=
      4 if test -z "${CREATE_SHLIB}"; then
      5   INITIAL_READONLY_SECTIONS=".interp       ${RELOCATING-0} : { *(.interp) }"
      6 fi
      7 INITIAL_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