Add IP2k GAS and OPCODES support.
commit88efa26942ac4cd0e3d5721dfee4a997c1245e00
authorNick Clifton <nickc@redhat.com>
Fri, 19 Jul 2002 07:52:40 +0000 (19 07:52 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 19 Jul 2002 07:52:40 +0000 (19 07:52 +0000)
tree10ec861a2c9fb111242105d62983232ff058d2e3
parentf13c6397bf27ffb2487788bb6c8f9a35c79c32e2
Add IP2k GAS and OPCODES support.
28 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/tc-ip2k.c [new file with mode: 0644]
gas/config/tc-ip2k.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-ip2k.texi [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/ip2k-asm.c [new file with mode: 0644]
opcodes/ip2k-desc.c [new file with mode: 0644]
opcodes/ip2k-desc.h [new file with mode: 0644]
opcodes/ip2k-dis.c [new file with mode: 0644]
opcodes/ip2k-ibld.c [new file with mode: 0644]
opcodes/ip2k-opc.c [new file with mode: 0644]
opcodes/ip2k-opc.h [new file with mode: 0644]