]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/binutils/ld/emulparams/elf64bmip-defs.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / binutils / ld / emulparams / elf64bmip-defs.sh
1 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
2 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
3
4 # elf32bmipn32-defs.sh use .reginfo, n64 ABI should use .MIPS.options,
5 # override INITIAL_READONLY_SECTIONS to do this.
6 INITIAL_READONLY_SECTIONS=
7 if test -z "${CREATE_SHLIB}"; then
8   INITIAL_READONLY_SECTIONS=".interp       ${RELOCATING-0} : { *(.interp) }"
9 fi
10 INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
11   .MIPS.options      ${RELOCATING-0} : { *(.MIPS.options) }"