Always descend into output section statements in lang_do_assignments
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_s390.sh
index a26bbb63e0deabafd1261bcdc31557d176689c7e..fc9f06a9f089186d318e3217481ac96eb6840236 100644 (file)
@@ -1,17 +1,18 @@
 SCRIPT_NAME=elf
 ELFSIZE=64
 OUTPUT_FORMAT="elf64-s390"
-TEXT_START_ADDR=0x80000000
+NO_REL_RELOCS=yes
+TEXT_START_ADDR=0x1000000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
-NONPAGED_TEXT_START_ADDR=0x80000000
 ARCH="s390:64-bit"
 MACHINE=
 NOP=0x07070707
 TEMPLATE_NAME=elf32
-GENERATE_SHLIB_SCRIPT=yes 
+GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
+IREL_IN_PLT=
 
 # Treat a host that matches the target with the possible exception of "x"
 # in the name as if it were native.
This page took 0.027691 seconds and 4 git commands to generate.