* emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Jan 2004 09:53:31 +0000 (09:53 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 5 Jan 2004 09:53:31 +0000 (09:53 +0000)
* emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.

ld/ChangeLog
ld/emulparams/elf64_s390.sh
ld/emulparams/elf_s390.sh

index d89e9f3..e9a16a2 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
+       * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
+
 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
 
        * ldexp.c (align_n): Make static.
index 233eb98..0c689a9 100644 (file)
@@ -10,6 +10,7 @@ NOP=0x07070707
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes 
 GENERATE_PIE_SCRIPT=yes
+NO_SMALL_DATA=yes
 
 # Treat a host that matches the target with the possible exception of "x"
 # in the name as if it were native.
index 3b51bb2..e710673 100644 (file)
@@ -9,3 +9,4 @@ NOP=0x07070707
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes 
 GENERATE_PIE_SCRIPT=yes 
+NO_SMALL_DATA=yes