Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_s390.sh
index e441b8ac4dba08a14ad1751a2bb7e7f42a226a6d..98db3d3bc61b2cb00cc4fa66848d9912fa060127 100644 (file)
@@ -1,14 +1,18 @@
 SCRIPT_NAME=elf
 ELFSIZE=64
 OUTPUT_FORMAT="elf64-s390"
+NO_REL_RELOCS=yes
 TEXT_START_ADDR=0x80000000
-MAXPAGESIZE=0x1000
-NONPAGED_TEXT_START_ADDR=0x80000000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 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.024698 seconds and 4 git commands to generate.