x86: correct "-Q" option handling
[deliverable/binutils-gdb.git] / ld / emulparams / elf32lm32fd.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/elf32lm32.sh
84e94c90 2unset STACK_ADDR
980a2e42 3unset DYNAMIC_LINK
84e94c90
NC
4OUTPUT_FORMAT="elf32-lm32fdpic"
5MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6TEMPLATE_NAME=elf32
7GENERATE_SHLIB_SCRIPT=yes
8GENERATE_PIE_SCRIPT=yes
9EMBEDDED= # This gets us program headers mapped as part of the text segment.
10OTHER_GOT_SYMBOLS=
11OTHER_READONLY_SECTIONS="
12 .rofixup : {
13 ${RELOCATING+__ROFIXUP_LIST__ = .;}
14 *(.rofixup)
15 ${RELOCATING+__ROFIXUP_END__ = .;}
16 }
17"
This page took 0.507394 seconds and 4 git commands to generate.