OSDN Git Service

Add IP2k GAS and OPCODES support.
authornickc <nickc>
Fri, 19 Jul 2002 07:52:36 +0000 (07:52 +0000)
committernickc <nickc>
Fri, 19 Jul 2002 07:52:36 +0000 (07:52 +0000)
commit811655da883e48abf5faa3300b3f07f330d26f5f
tree45ea66a9aec471b87bf40c5833aa397c6f56bf66
parent0aa599dcfd7225b8aa6df5dc9c39402edeffe57d
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]