From 8acf81371ba2e1f4e2734fb1e740f6582a6fae8c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Mar 2009 10:33:08 +0000 Subject: Add support for Score7 architecture. --- opcodes/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opcodes/Makefile.in') diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 9e12b0800d..2429d82d61 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -427,6 +427,7 @@ CFILES = \ s390-opc.c \ s390-dis.c \ score-dis.c \ + score7-dis.c \ sh-dis.c \ sh64-dis.c \ sh64-opc.c \ @@ -575,6 +576,7 @@ ALL_MACHINES = \ s390-dis.lo \ s390-opc.lo \ score-dis.lo \ + score7-dis.lo \ sh-dis.lo \ sh64-dis.lo \ sh64-opc.lo \ @@ -1689,6 +1691,11 @@ score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h +score7-dis.lo: score7-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \ + opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \ + $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ -- cgit v1.2.1