2004-01-06 19:19:52 +00:00
|
|
|
. ${srcdir}/emulparams/elf32frv.sh
|
|
|
|
unset STACK_ADDR
|
2004-05-06 02:46:54 +00:00
|
|
|
OUTPUT_FORMAT="elf32-frvfdpic"
|
2004-03-20 05:49:27 +00:00
|
|
|
MAXPAGESIZE=0x4000
|
2004-01-06 19:19:52 +00:00
|
|
|
TEMPLATE_NAME=elf32
|
|
|
|
GENERATE_SHLIB_SCRIPT=yes
|
2004-06-21 14:45:42 +00:00
|
|
|
GENERATE_PIE_SCRIPT=yes
|
2004-01-06 19:19:52 +00:00
|
|
|
EMBEDDED= # This gets us program headers mapped as part of the text segment.
|
|
|
|
OTHER_GOT_SYMBOLS=
|
|
|
|
OTHER_READONLY_SECTIONS="
|
|
|
|
.rofixup : {
|
|
|
|
${RELOCATING+__ROFIXUP_LIST__ = .;}
|
|
|
|
*(.rofixup)
|
|
|
|
${RELOCATING+__ROFIXUP_END__ = .;}
|
|
|
|
}
|
|
|
|
"
|