diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-27 11:09:21 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-27 11:09:21 +0000 |
commit | 2fbad815289f9933109a806c26d5501485d7ef99 (patch) | |
tree | 662d8418a240ecf71d3ae5ed749adb93b20903b1 /opcodes/Makefile.in | |
parent | bc9487317097a613a431fd4a3f2914c9cd0efa83 (diff) | |
download | gdb-2fbad815289f9933109a806c26d5501485d7ef99.zip gdb-2fbad815289f9933109a806c26d5501485d7ef99.tar.gz gdb-2fbad815289f9933109a806c26d5501485d7ef99.tar.bz2 |
* 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.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 614fe82..dfbdac8 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -1065,7 +1065,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 |