2004-01-06 20:19:52 +01:00
|
|
|
. ${srcdir}/emulparams/elf32frv.sh
|
|
|
|
unset STACK_ADDR
|
2004-05-06 04:46:54 +02:00
|
|
|
OUTPUT_FORMAT="elf32-frvfdpic"
|
2004-03-20 06:49:27 +01:00
|
|
|
MAXPAGESIZE=0x4000
|
2004-01-06 20:19:52 +01:00
|
|
|
TEMPLATE_NAME=elf32
|
|
|
|
GENERATE_SHLIB_SCRIPT=yes
|
2004-06-21 16:45:42 +02:00
|
|
|
GENERATE_PIE_SCRIPT=yes
|
2004-01-06 20:19:52 +01: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__ = .;}
|
|
|
|
}
|
|
|
|
"
|