]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/iq2000-ibld.c
* 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)
commit47b1a55a55bf15212bd64e27b10023d10499d9e3
treea15eaeba3419715abbac5b4deed0a5e604146943
parent8ccd593be0c584a884733323ce60185de826df46
* 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]