vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf32frvfd.sh
1 source_sh ${srcdir}/emulparams/elf32frv.sh
2 unset STACK_ADDR
3 OUTPUT_FORMAT="elf32-frvfdpic"
4 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
5 TEMPLATE_NAME=elf
6 unset EXTRA_EM_FILE
7 GENERATE_SHLIB_SCRIPT=yes
8 GENERATE_PIE_SCRIPT=yes
9 # This gets us program headers mapped as part of the text segment.
10 unset EMBEDDED
11 OTHER_GOT_SYMBOLS=
12 OTHER_READONLY_SECTIONS="
13 .rofixup : {
14 ${RELOCATING+__ROFIXUP_LIST__ = .;}
15 *(.rofixup)
16 ${RELOCATING+__ROFIXUP_END__ = .;}
17 }
18 "
This page took 0.040566 seconds and 4 git commands to generate.