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