2022-10-27 18:45:45 +00:00
|
|
|
source_sh ${srcdir}/emulparams/elf32frv.sh
|
2012-03-26 19:18:29 +00:00
|
|
|
unset STACK_ADDR
|
|
|
|
OUTPUT_FORMAT="elf32-frvfdpic"
|
|
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
2022-10-27 18:45:45 +00:00
|
|
|
TEMPLATE_NAME=elf
|
2012-03-26 19:18:29 +00:00
|
|
|
unset EXTRA_EM_FILE
|
|
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
|
|
GENERATE_PIE_SCRIPT=yes
|
2022-10-27 18:45:45 +00:00
|
|
|
# This gets us program headers mapped as part of the text segment.
|
|
|
|
unset EMBEDDED
|
2012-03-26 19:18:29 +00:00
|
|
|
OTHER_GOT_SYMBOLS=
|
|
|
|
OTHER_READONLY_SECTIONS="
|
|
|
|
.rofixup : {
|
|
|
|
${RELOCATING+__ROFIXUP_LIST__ = .;}
|
|
|
|
*(.rofixup)
|
|
|
|
${RELOCATING+__ROFIXUP_END__ = .;}
|
|
|
|
}
|
|
|
|
"
|