diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-16 23:51:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-16 23:51:50 +0000 |
commit | 1c0d3aa6ae7db5d61f1166cf907ed034d0ac4980 (patch) | |
tree | 649703aa90d3ccbe80e1442bfbb36380db2c7edd /opcodes/Makefile.in | |
parent | 0112cd268b205d8176b8b4d00988a334822956cf (diff) | |
download | gdb-1c0d3aa6ae7db5d61f1166cf907ed034d0ac4980.zip gdb-1c0d3aa6ae7db5d61f1166cf907ed034d0ac4980.tar.gz gdb-1c0d3aa6ae7db5d61f1166cf907ed034d0ac4980.tar.bz2 |
Add support for Score target.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index bcbd41e..6d3275f 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -254,6 +254,7 @@ HFILES = \ mcore-opc.h \ mt-desc.h mt-opc.h \ openrisc-desc.h openrisc-opc.h \ + score-opc.h \ sh-opc.h \ sh64-opc.h \ sysdep.h \ @@ -376,6 +377,7 @@ CFILES = \ s390-mkopc.c \ s390-opc.c \ s390-dis.c \ + score-dis.c \ sh-dis.c \ sh64-dis.c \ sh64-opc.c \ @@ -507,6 +509,7 @@ ALL_MACHINES = \ ppc-opc.lo \ s390-dis.lo \ s390-opc.lo \ + score-dis.lo \ sh-dis.lo \ sh64-dis.lo \ sh64-opc.lo \ @@ -1473,6 +1476,11 @@ s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \ $(INCDIR)/opcode/s390.h +score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \ + $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.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) \ |