fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / emulparams / elf32frvfd.sh
blobc49687807dfaa36a42a779163d7e14bb0851e23f
1 . ${srcdir}/emulparams/elf32frv.sh
2 unset STACK_ADDR
3 OUTPUT_FORMAT="elf32-frvfdpic"
4 MAXPAGESIZE=0x4000
5 TEMPLATE_NAME=elf32
6 GENERATE_SHLIB_SCRIPT=yes
7 EMBEDDED= # This gets us program headers mapped as part of the text segment.
8 OTHER_GOT_SYMBOLS=
9 OTHER_READONLY_SECTIONS="
10 .rofixup : {
11 ${RELOCATING+__ROFIXUP_LIST__ = .;}
12 *(.rofixup)
13 ${RELOCATING+__ROFIXUP_END__ = .;}