1 .
${srcdir}/emulparams
/plt_unwind.sh
2 .
${srcdir}/emulparams
/extern_protected_data.sh
3 .
${srcdir}/emulparams
/dynamic_undefined_weak.sh
4 .
${srcdir}/emulparams
/call_nop.sh
7 OUTPUT_FORMAT
="elf64-l1om"
9 TEXT_START_ADDR
=0x400000
10 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
11 COMMONPAGESIZE
="CONSTANT (COMMONPAGESIZE)"
16 GENERATE_SHLIB_SCRIPT
=yes
17 GENERATE_PIE_SCRIPT
=yes
21 SEPARATE_GOTPLT
="SIZEOF (.got.plt) >= 24 ? 24 : 0"
24 if [ "x${host}" = "x${target}" ]; then
25 case " $EMULATION_LIBPATH " in
26 *" ${EMULATION_NAME} "*)
31 # Linux modifies the default library search path to first include
32 # a 64-bit specific directory.
35 case "$EMULATION_NAME" in
36 *l1om
*) LIBPATH_SUFFIX
=64 ;;