2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
* emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit". * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
This commit is contained in:
parent
ff0fb56520
commit
d86bcc1089
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
|
||||
* emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
|
||||
|
||||
2002-02-18 Tom Rix <trix@redhat.com>
|
||||
|
||||
* emultempl/aix.em (gld*_parse_args): Add -brtl support.
|
||||
|
|
|
@ -4,7 +4,7 @@ OUTPUT_FORMAT="elf64-s390"
|
|||
TEXT_START_ADDR=0x80000000
|
||||
MAXPAGESIZE=0x1000
|
||||
NONPAGED_TEXT_START_ADDR=0x80000000
|
||||
ARCH="s390:esame"
|
||||
ARCH="s390:64-bit"
|
||||
MACHINE=
|
||||
NOP=0x07070707
|
||||
TEMPLATE_NAME=elf32
|
||||
|
|
|
@ -3,7 +3,7 @@ OUTPUT_FORMAT="elf32-s390"
|
|||
TEXT_START_ADDR=0x00400000
|
||||
MAXPAGESIZE=0x1000
|
||||
NONPAGED_TEXT_START_ADDR=0x00400000
|
||||
ARCH=s390
|
||||
ARCH="s390:31-bit"
|
||||
MACHINE=
|
||||
NOP=0x07070707
|
||||
TEMPLATE_NAME=elf32
|
||||
|
|
Loading…
Reference in a new issue