diff options
author | Jeff Law <law@redhat.com> | 1998-03-19 21:05:23 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-03-19 21:05:23 +0000 |
commit | ffee80df9e5d050688247291c07f2fbd22d6520f (patch) | |
tree | 5e088a048b85af7c6a63108872bb69e39b49ede4 /opcodes/Makefile.in | |
parent | f4f7d59421e5a6de5e06f7d170d517998a250f30 (diff) | |
download | gdb-ffee80df9e5d050688247291c07f2fbd22d6520f.zip gdb-ffee80df9e5d050688247291c07f2fbd22d6520f.tar.gz gdb-ffee80df9e5d050688247291c07f2fbd22d6520f.tar.bz2 |
* vu0.h: New file with cop2/vu0 instructions.
* mips-opc.c: Include vu0.h.
* mips-dis.c (print_insn_arg): Handle new args 0-9, +, -, %, K, &,
J, Q, X, and U.
(print_insn_mips): Do not emit a tab after an instruction if the
first arg is an instruction completer (&). If the next arg is an
escape character (%), then print the next arg verbatim.
* Makefile.am (mips-opc.lo): Depend on vu0.h
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 3bb986a..bcd2008 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -225,12 +225,14 @@ CGENDIR = $(srcdir)/../cgen CGENFLAGS = -v CGENFILES = $(CGENDIR)/object.scm $(CGENDIR)/utils.scm \ + $(CGENDIR)/attr.scm $(CGENDIR)/enum.scm $(CGENDIR)/types.scm \ $(CGENDIR)/utils-cgen.scm $(CGENDIR)/cpu.scm \ $(CGENDIR)/mode.scm $(CGENDIR)/mach.scm \ + $(CGENDIR)/model.scm $(CGENDIR)/hardware.scm \ $(CGENDIR)/ifield.scm $(CGENDIR)/iformat.scm \ $(CGENDIR)/operand.scm $(CGENDIR)/insn.scm \ - $(CGENDIR)/opcodes.scm $(CGENDIR)/cgen-opc.scm \ - cgen-opc.in cgen-asm.in cgen-dis.in + $(CGENDIR)/opcodes.scm $(CGENDIR)/cdl-c.scm \ + $(CGENDIR)/cgen-opc.scm cgen-opc.in cgen-asm.in cgen-dis.in # The end marker is written this way to pass through automake unscathed. ENDSAN = end-sanitize-cygnus ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -656,6 +658,7 @@ mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h +mips-opc.lo: vu0.h mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \ $(INCDIR)/dis-asm.h $(BFD_H) |