Add support for a MIPS specific .MIPS.xhash section.
[external/binutils.git] / ld / emulparams / elf64bmip-defs.sh
1 source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
2 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
3 INITIAL_READONLY_SECTIONS="
4   .MIPS.abiflags      ${RELOCATING-0} : { *(.MIPS.abiflags) }
5   .MIPS.xhash      ${RELOCATING-0} : { *(.MIPS.xhash) }
6   .MIPS.options : { *(.MIPS.options) }
7 "