From: Jason Eckhardt Date: Fri, 28 Jul 2000 23:49:35 +0000 (+0000) Subject: 2000-07-22 Jason Eckhardt X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=915ef37f63e7e7445871088ce1461d3ada44e466;p=deliverable%2Fbinutils-gdb.git 2000-07-22 Jason Eckhardt * Makefile.am (CFILES): Added i860-dis.c. (ALL_MACHINES): Added i860-dis.lo. (i860-dis.lo): New dependences. --- diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d63b930f77..a87d49098c 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -64,6 +64,7 @@ CFILES = \ i370-dis.c \ i370-opc.c \ i386-dis.c \ + i860-dis.c \ i960-dis.c \ ia64-dis.c \ ia64-opc-a.c \ @@ -142,6 +143,7 @@ ALL_MACHINES = \ i386-dis.lo \ i370-dis.lo \ i370-opc.lo \ + i860-dis.lo \ i960-dis.lo \ ia64-dis.lo \ ia64-opc.lo \ @@ -368,6 +370,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.h i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h +i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ + $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \