summaryrefslogtreecommitdiff
path: root/opcodes/configure
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-06-18 21:21:05 +0000
committerDave Brolley <brolley@redhat.com>2002-06-18 21:21:05 +0000
commit022a97a5955514094f3a74b2af41dc7c95730180 (patch)
tree329819e6af94754d7eebccf1654e1e0e9ff4b5f4 /opcodes/configure
parent29e66eaebe8072cebf7bcfee82e5b0e2f17f7788 (diff)
downloadgdb-022a97a5955514094f3a74b2af41dc7c95730180.tar.gz
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.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-xopcodes/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure b/opcodes/configure
index 4d0b55f891f..3bc0513ffe8 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -4650,6 +4650,7 @@ if test x${all_targets} = xfalse ; then
bfd_we32k_arch) ;;
bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
+ bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
"") ;;
*) { echo "configure: error: *** unknown target architecture $arch" 1>&2; exit 1; } ;;