diff options
author | Catherine Moore <clm@redhat.com> | 2005-09-30 15:28:52 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2005-09-30 15:28:52 +0000 |
commit | 4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c (patch) | |
tree | 78b1b602d69c0de6ebd656b831c8a705c24a0cb3 /opcodes/Makefile.am | |
parent | 74c2b7e0f306b9983bd977c028e8f321f523d433 (diff) | |
download | gdb-4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c.zip gdb-4b7f6baa0bb2cd12d9401a6d9d5520c61c4a8c6c.tar.gz 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.am | 5 |
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 |