arm, objdump: print obsolote warning when 26-bit set in instructions
[binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
blob92449745c7a45023a90f4bffbe2724a6da8c2455
1 source_sh ${srcdir}/emulparams/plt_unwind.sh
2 source_sh ${srcdir}/emulparams/extern_protected_data.sh
3 source_sh ${srcdir}/emulparams/dynamic_undefined_weak.sh
4 source_sh ${srcdir}/emulparams/reloc_overflow.sh
5 source_sh ${srcdir}/emulparams/call_nop.sh
6 source_sh ${srcdir}/emulparams/cet.sh
7 source_sh ${srcdir}/emulparams/x86-report-relative.sh
8 source_sh ${srcdir}/emulparams/x86-64-level.sh
9 source_sh ${srcdir}/emulparams/x86-64-level-report.sh
10 source_sh ${srcdir}/emulparams/x86-64-lam.sh
11 source_sh ${srcdir}/emulparams/x86-64-plt.sh
12 source_sh ${srcdir}/emulparams/static.sh
13 source_sh ${srcdir}/emulparams/dt-relr.sh
14 SCRIPT_NAME=elf
15 ELFSIZE=64
16 OUTPUT_FORMAT="elf64-x86-64"
17 NO_REL_RELOCS=yes
18 TEXT_START_ADDR=0x400000
19 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
20 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
21 ARCH="i386:x86-64"
22 MACHINE=
23 TEMPLATE_NAME=elf
24 EXTRA_EM_FILE="elf-x86"
25 GENERATE_SHLIB_SCRIPT=yes
26 GENERATE_PIE_SCRIPT=yes
27 NO_SMALL_DATA=yes
28 LARGE_SECTIONS=yes
29 LARGE_BSS_AFTER_BSS=
30 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
31 IREL_IN_PLT=
32 # These sections are placed right after .plt section.
33 OTHER_PLT_SECTIONS="
34 .plt.got ${RELOCATING-0} : { *(.plt.got) }
35 .plt.sec ${RELOCATING-0} : { *(.plt.sec) }
38 if [ "x${host}" = "x${target}" ]; then
39 case " $EMULATION_LIBPATH " in
40 *" ${EMULATION_NAME} "*)
41 NATIVE=yes
42 esac
45 # Linux/Solaris modify the default library search path to first include
46 # a 64-bit specific directory.
47 case "$target" in
48 x86_64*-linux*|i[3-7]86-*-linux-*)
49 case "$EMULATION_NAME" in
50 *64*)
51 LIBPATH_SUFFIX=64
53 esac
55 *-*-solaris2*)
56 LIBPATH_SUFFIX=/amd64
57 ELF_INTERPRETER_NAME=\"/lib/amd64/ld.so.1\"
59 esac