* emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
* emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
This commit is contained in:
parent
bb5dca17fb
commit
060feee54d
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -9,3 +9,4 @@ NOP=0x07070707
|
|||
TEMPLATE_NAME=elf32
|
||||
GENERATE_SHLIB_SCRIPT=yes
|
||||
GENERATE_PIE_SCRIPT=yes
|
||||
NO_SMALL_DATA=yes
|
||||
|
|
Loading…
Reference in a new issue