]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/emulparams/elf32bfinfd.sh
Add missing file that got left out of a previous commit.
[thirdparty/binutils-gdb.git] / ld / emulparams / elf32bfinfd.sh
1 . ${srcdir}/emulparams/bfin.sh
2 unset STACK_ADDR
3 OUTPUT_FORMAT="elf32-bfinfdpic"
4 MAXPAGESIZE=0x4000
5 TEMPLATE_NAME=elf32
6 GENERATE_SHLIB_SCRIPT=yes
7 GENERATE_PIE_SCRIPT=yes
8 EMBEDDED= # This gets us program headers mapped as part of the text segment.
9 OTHER_GOT_SYMBOLS=
10 OTHER_READONLY_SECTIONS="
11 .rofixup : {
12 ${RELOCATING+__ROFIXUP_LIST__ = .;}
13 *(.rofixup)
14 ${RELOCATING+__ROFIXUP_END__ = .;}
15 }
16 "