diff options
author | Doug Evans <dje@google.com> | 1998-01-28 21:58:23 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-28 21:58:23 +0000 |
commit | 37130f1153da94302ab835e26fdc749c0bd74c87 (patch) | |
tree | 8e4b2e2915d933d241e688a040bbb8877d3f94f9 /opcodes/Makefile.am | |
parent | 0040c1e966c3d097547cd24e60459b2c57decff4 (diff) | |
download | gdb-37130f1153da94302ab835e26fdc749c0bd74c87.zip gdb-37130f1153da94302ab835e26fdc749c0bd74c87.tar.gz gdb-37130f1153da94302ab835e26fdc749c0bd74c87.tar.bz2 |
* dvp-dis.c, dvp-opc.c: New files.
* configure.in: Compile them if bfd_dvp_arch, as well as mips.
* configure: Regenerate.
* Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo.
(dvp-dis.lo,dvp-opc.lo): Add rules for.
(mips-dis.lo): Compile with @archdefs@.
* Makefile.in: Regenerate.
* disassemble.c: Define ARCH_mips ifdef ARCH_dvp.
* mips-dis.c (print_insn_little_mips): Check for DVP insns.
plus delete old txvu stuff
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index ab79a12..3378397 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -104,8 +104,8 @@ ALL_MACHINES = \ tic80-opc.lo \ $(end-sanitize-tic80) \ $(start-sanitize-sky) \ - txvu-dis.lo \ - txvu-opc.lo \ + dvp-dis.lo \ + dvp-opc.lo \ $(end-sanitize-sky) \ v850-dis.lo \ v850-opc.lo \ @@ -184,9 +184,12 @@ tic80-opc.lo: tic80-opc.c $(INCDIR)/opcode/tic80.h # end-sanitize-tic80 # start-sanitize-sky -txvu-dis.lo: txvu-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \ - $(INCDIR)/opcode/txvu.h -txvu-opc.lo: txvu-opc.c $(INCDIR)/opcode/txvu.h +dvp-dis.lo: txvu-dvp.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \ + $(INCDIR)/opcode/dvp.h +dvp-opc.lo: dvp-opc.c $(INCDIR)/opcode/dvp.h + +mips-dis.lo: mips-dis.c + $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/mips-dis.c # end-sanitize-sky # This dependency stuff is copied from BFD. |