Retro68/binutils/ld/emulparams/elf64bmip-defs.sh

8 lines
282 B
Bash
Raw Normal View History

2022-10-27 18:45:45 +00:00
source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
2012-03-26 19:18:29 +00:00
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
2015-08-28 15:32:19 +00:00
INITIAL_READONLY_SECTIONS="
.MIPS.abiflags ${RELOCATING-0} : { *(.MIPS.abiflags) }
2022-10-27 18:45:45 +00:00
.MIPS.xhash ${RELOCATING-0} : { *(.MIPS.xhash) }
2015-08-28 15:32:19 +00:00
.MIPS.options : { *(.MIPS.options) }
"