* emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
[deliverable/binutils-gdb.git] / ld / emulparams / elf_k1om.sh
1 . ${srcdir}/emulparams/plt_unwind.sh
2 SCRIPT_NAME=elf
3 ELFSIZE=64
4 OUTPUT_FORMAT="elf64-k1om"
5 NO_REL_RELOCS=yes
6 TEXT_START_ADDR=0x400000
7 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
8 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
9 ARCH="k1om"
10 MACHINE=
11 COMPILE_IN=yes
12 TEMPLATE_NAME=elf32
13 GENERATE_SHLIB_SCRIPT=yes
14 GENERATE_PIE_SCRIPT=yes
15 NO_SMALL_DATA=yes
16 LARGE_SECTIONS=yes
17 LARGE_BSS_AFTER_BSS=
18 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
19
20 if [ "x${host}" = "x${target}" ]; then
21 case " $EMULATION_LIBPATH " in
22 *" ${EMULATION_NAME} "*)
23 NATIVE=yes
24 esac
25 fi
26
27 # Linux modifies the default library search path to first include
28 # a 64-bit specific directory.
29 case "$target" in
30 *k1om*-linux*)
31 case "$EMULATION_NAME" in
32 *k1om*) LIBPATH_SUFFIX=64 ;;
33 esac
34 ;;
35 esac
This page took 0.046178 seconds and 5 git commands to generate.