* Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
[deliverable/binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
CommitLineData
2be3aa03
NC
1SCRIPT_NAME=elf
2ELFSIZE=64
3OUTPUT_FORMAT="elf64-x86-64"
8f3aa7a0 4TEXT_START_ADDR=0x400000
35714f2a 5MAXPAGESIZE=0x100000
a8f1f017 6COMMONPAGESIZE=0x1000
8f3aa7a0 7NONPAGED_TEXT_START_ADDR=0x400000
beb43bb9 8ARCH="i386:x86-64"
2be3aa03 9MACHINE=
563e308f 10NOP=0x90909090
2be3aa03
NC
11TEMPLATE_NAME=elf32
12GENERATE_SHLIB_SCRIPT=yes
48459341 13NO_SMALL_DATA=yes
beb43bb9
JH
14
15if [ "x${host}" = "x${target}" ]; then
16 case " $EMULATION_LIBPATH " in
17 *" ${EMULATION_NAME} "*)
9c8ebd6a 18 NATIVE=yes
beb43bb9
JH
19 esac
20fi
9c8ebd6a
DJ
21
22# Linux modify the default library search path to first include
23# a 64-bit specific directory.
24case "$target" in
25 x86_64*-linux*)
26 case "$EMULATION_NAME" in
27 *64*) LIBPATH_SUFFIX=$suffix ;;
28 esac
29 ;;
30esac
This page took 0.109501 seconds and 4 git commands to generate.