]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/binutils/ld/emulparams/elf64bmip-defs.sh
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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) }"