summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2004-11-27 11:09:21 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2004-11-27 11:09:21 +0000
commit2fbad815289f9933109a806c26d5501485d7ef99 (patch)
tree662d8418a240ecf71d3ae5ed749adb93b20903b1 /opcodes/Makefile.am
parentbc9487317097a613a431fd4a3f2914c9cd0efa83 (diff)
downloadbinutils-gdb-2fbad815289f9933109a806c26d5501485d7ef99.tar.gz
* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
architecuture defining the insn. (arm_opcodes, thumb_opcodes): Delete. Move to ... * arm-dis.c (arm_opcodes, thumb_opcodes): Here. Also include opcode/arm.h. * Makefile.am (arm-dis.lo): Update dependency list. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index eb2ee2db1a9..36df7d951af 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -535,7 +535,7 @@ arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
opintl.h $(INCDIR)/safe-ctype.h $(BFDDIR)/elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
- $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
+ $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/arm.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