diff --git a/ld/ChangeLog b/ld/ChangeLog index d89e9f352f..e9a16a28ef 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-01-05 Jakub Jelinek + + * 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 * ldexp.c (align_n): Make static. diff --git a/ld/emulparams/elf64_s390.sh b/ld/emulparams/elf64_s390.sh index 233eb98a16..0c689a912f 100644 --- a/ld/emulparams/elf64_s390.sh +++ b/ld/emulparams/elf64_s390.sh @@ -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. diff --git a/ld/emulparams/elf_s390.sh b/ld/emulparams/elf_s390.sh index 3b51bb28c2..e710673111 100644 --- a/ld/emulparams/elf_s390.sh +++ b/ld/emulparams/elf_s390.sh @@ -9,3 +9,4 @@ NOP=0x07070707 TEMPLATE_NAME=elf32 GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes +NO_SMALL_DATA=yes