bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / elf32bfinfd.sh
CommitLineData
9d6f9a38
BS
1. ${srcdir}/emulparams/bfin.sh
2unset STACK_ADDR
3OUTPUT_FORMAT="elf32-bfinfdpic"
24718e3b 4MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9d6f9a38
BS
5TEMPLATE_NAME=elf32
6GENERATE_SHLIB_SCRIPT=yes
7GENERATE_PIE_SCRIPT=yes
8EMBEDDED= # This gets us program headers mapped as part of the text segment.
9OTHER_GOT_SYMBOLS=
10OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}
15 }
16"
This page took 0.046983 seconds and 4 git commands to generate.