Add s390 support
authorNick Clifton <nickc@redhat.com>
Sat, 10 Feb 2001 00:58:38 +0000 (00:58 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 10 Feb 2001 00:58:38 +0000 (00:58 +0000)
commita85d7ed0f0b65504f7d8027319d1a4a9adb9d8c1
treed46823b360b1d614fb1c65de41cdc778a68984ff
parent356d255deb0cb49d4dade90addbb7bdcde0d7e36
Add s390 support
64 files changed:
ChangeLog
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-s390.c [new file with mode: 0644]
bfd/elf.c
bfd/elf32-s390.c [new file with mode: 0644]
bfd/elf64-s390.c [new file with mode: 0644]
bfd/libbfd.h
bfd/po/POTFILES.in
bfd/po/bfd.pot
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/po/binutils.pot
binutils/readelf.c
config.guess
config.sub
config/ChangeLog
config/mh-s390pic [new file with mode: 0644]
config/mt-s390pic [new file with mode: 0644]
configure.in
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config.in
gas/config/tc-s390.c [new file with mode: 0644]
gas/config/tc-s390.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/po/POTFILES.in
gas/po/gas.pot
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/s390.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/s390.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.host
ld/configure.tgt
ld/emulparams/elf64_s390.sh [new file with mode: 0644]
ld/emulparams/elf_s390.sh [new file with mode: 0644]
ld/po/ld.pot
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/po/POTFILES.in
opcodes/po/opcodes.pot
opcodes/s390-dis.c [new file with mode: 0644]
opcodes/s390-mkopc.c [new file with mode: 0644]
opcodes/s390-opc.c [new file with mode: 0644]
opcodes/s390-opc.txt [new file with mode: 0644]
This page took 0.029926 seconds and 4 git commands to generate.