Add IBM 370 support.
commit13f160c079fe33303fc45012eb64ec593e78549a
authorAlan Modra <amodra@bigpond.net.au>
Wed, 23 Feb 2000 13:52:23 +0000 (23 13:52 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 23 Feb 2000 13:52:23 +0000 (23 13:52 +0000)
tree70e3cbf36536d61e3bca9a46634de7e194d847c0
parent95ef4278cba02bd0b3d988ad2a1ab618f4902c78
Add IBM 370 support.
54 files changed:
ChangeLog
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-i370.c [new file with mode: 0644]
bfd/elf.c
bfd/elf32-i370.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
config/ChangeLog
config/mh-i370pic [new file with mode: 0644]
config/mt-i370pic [new file with mode: 0644]
configure.in
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/app.c
gas/config/obj-elf.c
gas/config/tc-i370.c [new file with mode: 0644]
gas/config/tc-i370.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-i370.texi [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/i370.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/i370.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf32i370.sh [new file with mode: 0644]
ld/scripttempl/elfi370.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/i370-dis.c [new file with mode: 0644]
opcodes/i370-opc.c [new file with mode: 0644]