2002-06-18 Dave Brolley <brolley@redhat.com>
commit9b0cada27d1feff31f51a4af83c3d46df1705a1b
authorDave Brolley <brolley@redhat.com>
Tue, 18 Jun 2002 21:21:05 +0000 (18 21:21 +0000)
committerDave Brolley <brolley@redhat.com>
Tue, 18 Jun 2002 21:21:05 +0000 (18 21:21 +0000)
tree4e34aacce862830667df8610047a995dc41a53f2
parent8f0ea78a89f1f19ffe99252fa582f4aa2dca7114
2002-06-18  Dave Brolley  <brolley@redhat.com>

* po/POTFILES.in: Add frv-*.[ch].
* disassemble.c (ARCH_frv): New macro.
(disassembler): Handle bfd_arch_frv.
* configure.in: Support frv_bfd_arch.
* Makefile.am (HFILES): Add frv-*.h.
(CFILES): Add frv-*.c
(ALL_MACHINES): Add frv-*.lo.
(CLEANFILES): Add stamp-frv.
(FRV_DEPS): New variable.
(stamp-frv): New target.
(frv-asm.lo): New target.
(frv-desc.lo): New target.
(frv-dis.lo): New target.
(frv-ibld.lo): New target.
(frv-opc.lo): New target.
(frv-*.[ch]): New files.
14 files changed:
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/frv-asm.c [new file with mode: 0644]
opcodes/frv-desc.c [new file with mode: 0644]
opcodes/frv-desc.h [new file with mode: 0644]
opcodes/frv-dis.c [new file with mode: 0644]
opcodes/frv-ibld.c [new file with mode: 0644]
opcodes/frv-opc.c [new file with mode: 0644]
opcodes/frv-opc.h [new file with mode: 0644]
opcodes/po/POTFILES.in