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
16 OUTPUT_FORMAT
="elf64-x86-64"
18 TEXT_START_ADDR
=0x400000
19 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
20 COMMONPAGESIZE
="CONSTANT (COMMONPAGESIZE)"
24 EXTRA_EM_FILE
="elf-x86"
25 GENERATE_SHLIB_SCRIPT
=yes
26 GENERATE_PIE_SCRIPT
=yes
30 SEPARATE_GOTPLT
="SIZEOF (.got.plt) >= 24 ? 24 : 0"
32 # These sections are placed right after .plt section.
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} "*)
45 # Linux/Solaris modify the default library search path to first include
46 # a 64-bit specific directory.
48 x86_64
*-linux*|i
[3-7]86-*-linux-*)
49 case "$EMULATION_NAME" in
57 ELF_INTERPRETER_NAME
=\"/lib
/amd64
/ld.so
.1\"