2004-01-21 Roland McGrath <roland@redhat.com>
[deliverable/binutils-gdb.git] / ld / emulparams / elf32frvfd.sh
1 . ${srcdir}/emulparams/elf32frv.sh
2 unset STACK_ADDR
3 MAXPAGESIZE=0x10000
4 TEMPLATE_NAME=elf32
5 GENERATE_SHLIB_SCRIPT=yes
6 EMBEDDED= # This gets us program headers mapped as part of the text segment.
7 OTHER_GOT_SYMBOLS=
8 OTHER_READONLY_SECTIONS="
9 .rofixup : {
10 ${RELOCATING+__ROFIXUP_LIST__ = .;}
11 *(.rofixup)
12 ${RELOCATING+__ROFIXUP_END__ = .;}
13 }
14 "
This page took 0.028484 seconds and 4 git commands to generate.