2022-10-27 18:45:45 +00:00
|
|
|
source_sh ${srcdir}/emulparams/elf32lm32.sh
|
2012-03-26 19:18:29 +00:00
|
|
|
unset STACK_ADDR
|
2022-10-27 18:45:45 +00:00
|
|
|
unset DYNAMIC_LINK
|
2012-03-26 19:18:29 +00:00
|
|
|
OUTPUT_FORMAT="elf32-lm32fdpic"
|
|
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
2022-10-27 18:45:45 +00:00
|
|
|
TEMPLATE_NAME=elf
|
2012-03-26 19:18:29 +00:00
|
|
|
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__ = .;}
|
|
|
|
}
|
|
|
|
"
|