* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32frvfd.sh
1 . ${srcdir}/emulparams/elf32frv.sh
2 unset STACK_ADDR
3 MAXPAGESIZE=0x4000
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.040866 seconds and 5 git commands to generate.