1source_sh ${srcdir}/emulparams/elf32lm32.sh
2unset STACK_ADDR
3unset DYNAMIC_LINK
4OUTPUT_FORMAT="elf32-lm32fdpic"
5MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6TEMPLATE_NAME=elf
7GENERATE_SHLIB_SCRIPT=yes
8GENERATE_PIE_SCRIPT=yes
9# This gets us program headers mapped as part of the text segment.
10unset EMBEDDED
11OTHER_GOT_SYMBOLS=
12OTHER_READONLY_SECTIONS="
13  .rofixup        : {
14    ${RELOCATING+__ROFIXUP_LIST__ = .;}
15    *(.rofixup)
16    ${RELOCATING+__ROFIXUP_END__ = .;}
17  }
18"
19