]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/emulparams/elf32lm32fd.sh
Rename elf32.em to elf.em
[thirdparty/binutils-gdb.git] / ld / emulparams / elf32lm32fd.sh
1 source_sh ${srcdir}/emulparams/elf32lm32.sh
2 unset STACK_ADDR
3 unset DYNAMIC_LINK
4 OUTPUT_FORMAT="elf32-lm32fdpic"
5 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6 TEMPLATE_NAME=elf
7 GENERATE_SHLIB_SCRIPT=yes
8 GENERATE_PIE_SCRIPT=yes
9 EMBEDDED= # This gets us program headers mapped as part of the text segment.
10 OTHER_GOT_SYMBOLS=
11 OTHER_READONLY_SECTIONS="
12 .rofixup : {
13 ${RELOCATING+__ROFIXUP_LIST__ = .;}
14 *(.rofixup)
15 ${RELOCATING+__ROFIXUP_END__ = .;}
16 }
17 "