Remove trailing white spaces in bfd
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_s390.sh
CommitLineData
a85d7ed0
NC
1SCRIPT_NAME=elf
2ELFSIZE=64
3OUTPUT_FORMAT="elf64-s390"
485cf679 4NO_REL_RELOCS=yes
a85d7ed0 5TEXT_START_ADDR=0x80000000
24718e3b
L
6MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
7COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
d86bcc10 8ARCH="s390:64-bit"
a85d7ed0 9MACHINE=
563e308f 10NOP=0x07070707
a85d7ed0
NC
11TEMPLATE_NAME=elf32
12GENERATE_SHLIB_SCRIPT=yes
36af4a4e 13GENERATE_PIE_SCRIPT=yes
060feee5 14NO_SMALL_DATA=yes
470b557a 15IREL_IN_PLT=
f52d1d64
JJ
16
17# Treat a host that matches the target with the possible exception of "x"
18# in the name as if it were native.
19if test `echo "$host" | sed -e s/390x/390/` \
20 = `echo "$target" | sed -e s/390x/390/`; then
21 case " $EMULATION_LIBPATH " in
22 *" ${EMULATION_NAME} "*)
9c8ebd6a 23 NATIVE=yes
f52d1d64
JJ
24 esac
25fi
9c8ebd6a
DJ
26
27# Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
28# on Linux.
29case "$target" in
30 s390*-linux*)
31 case "$EMULATION_NAME" in
32 *64*)
cad91d28 33 LIBPATH_SUFFIX=64 ;;
9c8ebd6a
DJ
34 esac
35 ;;
36esac
This page took 0.558865 seconds and 4 git commands to generate.