aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2005-09-30 15:28:52 +0000
committerCatherine Moore <clm@redhat.com>2005-09-30 15:28:52 +0000
commit4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c (patch)
tree78b1b602d69c0de6ebd656b831c8a705c24a0cb3 /opcodes/Makefile.am
parent74c2b7e0f306b9983bd977c028e8f321f523d433 (diff)
downloadfsf-binutils-gdb-4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c.zip
fsf-binutils-gdb-4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c.tar.gz
fsf-binutils-gdb-4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c.tar.bz2
* Makefile.am: Bfin support.
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * bfin-dis.c: New file. * configure.in: Bfin support. * configure: Regenerated. * disassemble.c (ARCH_bfin): Define. (disassembler): Add case for bfd_arch_bfin.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 5352b0e..ca83bcf 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -54,6 +54,7 @@ CFILES = \
arc-ext.c \
arm-dis.c \
avr-dis.c \
+ bfin-dis.c \
cgen-asm.c \
cgen-dis.c \
cgen-opc.c \
@@ -188,6 +189,7 @@ ALL_MACHINES = \
arc-ext.lo \
arm-dis.lo \
avr-dis.lo \
+ bfin-dis.lo \
cgen-asm.lo \
cgen-dis.lo \
cgen-opc.lo \
@@ -596,6 +598,9 @@ arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
$(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
+bfin-dis.lo: bfin-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
+ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
+ $(INCDIR)/libiberty.h $(INCDIR)/opcode/bfin.h
cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
$(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h