diff options
author | Dave Brolley <brolley@redhat.com> | 1998-11-05 20:16:27 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 1998-11-05 20:16:27 +0000 |
commit | a86481d3e9cd8cc06e9203a0f055eec202cf1ce1 (patch) | |
tree | 3f4b4f3f9042865f9d2e4b2858cf7589918d119b /opcodes/configure.in | |
parent | 63d138d980e5697589b510369daa51c620a23409 (diff) | |
download | gdb-a86481d3e9cd8cc06e9203a0f055eec202cf1ce1.zip gdb-a86481d3e9cd8cc06e9203a0f055eec202cf1ce1.tar.gz gdb-a86481d3e9cd8cc06e9203a0f055eec202cf1ce1.tar.bz2 |
Wed Nov 4 18:46:47 1998 Dave Brolley <brolley@cygnus.com>
* configure.in): Added case for bfd_fr30_arch.
* Makefile.am (CFILES): Added fr30-asm.c, fr30-dis.c, fr30-opc.c.
(ALL_MACHINES): Added fr30-asm.lo, fr30-dis.lo, fr30-opc.lo.
(CLEANFILES): Added stamp-fr30.
(FR30_DEPS): Added.
* fr30-asm.c: New file.
* fr30-dis.c: New file.
* fr30-opc.c: New file.
* fr30-opc.h: New file.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index 7c47bb8..f7a25a9 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -163,6 +163,7 @@ if test x${all_targets} = xfalse ; then bfd_convex_arch) ;; bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;; bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;; + bfd_fr30_arch) ta="$ta $cgen_files fr30-opc.lo fr30-asm.lo fr30-dis.lo" ;; bfd_h8300_arch) ta="$ta h8300-dis.lo" ;; bfd_h8500_arch) ta="$ta h8500-dis.lo" ;; bfd_hppa_arch) ta="$ta hppa-dis.lo" ;; |