OSDN Git Service

* iq2000-asm.c: New file.
authorStan Cox <scox@redhat.com>
Fri, 3 Jan 2003 19:52:23 +0000 (19:52 +0000)
committerStan Cox <scox@redhat.com>
Fri, 3 Jan 2003 19:52:23 +0000 (19:52 +0000)
commitd44602fab0b30d345943a7a9571099f7f4db05f5
treee0325d6fa4c473e1d15b0fac13cb4bd018f9809f
parente0f6ed835cb6090c4db7942560bc06de157e87ff
* iq2000-asm.c: New file.
* iq2000-desc.c: Likewise.
* iq2000-desc.h: Likewise.
* iq2000-dis.c: Likewise.
* iq2000-ibld.c: Likewise.
* iq2000-opc.c: Likewise.
* iq2000-opc.h: Likewise.
* Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h.
(CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c,
iq2000-ibld.c, iq2000-opc.c.
(ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo,
iq2000-ibld.lo, iq2000-opc.lo.
(CLEANFILES): Add stamp-iq2000.
(IQ2000_DEPS): New macro.
(stamp-iq2000): New target.
* Makefile.in: Regenerate.
* configure.in: Handle bfd_iq2000_arch.
* configure: Regenerate.
13 files changed:
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/iq2000-asm.c [new file with mode: 0644]
opcodes/iq2000-desc.c [new file with mode: 0644]
opcodes/iq2000-desc.h [new file with mode: 0644]
opcodes/iq2000-dis.c [new file with mode: 0644]
opcodes/iq2000-ibld.c [new file with mode: 0644]
opcodes/iq2000-opc.c [new file with mode: 0644]
opcodes/iq2000-opc.h [new file with mode: 0644]