* configure.in: Set em=linux for frv-*-*linux*.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32frvfd.sh
CommitLineData
005e1118
AO
1. ${srcdir}/emulparams/elf32frv.sh
2unset STACK_ADDR
44349745 3MAXPAGESIZE=0x4000
005e1118
AO
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.193224 seconds and 4 git commands to generate.