diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-18 15:41:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-18 15:41:33 +0000 |
commit | 665aa2d44e4f8720111c775528985c6ce7ca90b9 (patch) | |
tree | 2b2abfa279f2e9f5b89a392ee67ab626b560d1c3 /opcodes/Makefile.am | |
parent | 1bc1eb59bc965cdb00ba108bf4ac01a049917b12 (diff) | |
download | binutils-redhat-665aa2d44e4f8720111c775528985c6ce7ca90b9.tar.gz |
s390 assembler improvements and testsuite
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 056daba36b..fcd28c01c3 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -109,6 +109,7 @@ CFILES = \ pj-opc.c \ ppc-dis.c \ ppc-opc.c \ + s390-mkopc.c \ s390-opc.c \ s390-dis.c \ sh-dis.c \ @@ -305,6 +306,12 @@ ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \ ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c +s390-mkopc: s390-mkopc.c + $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c + +s390-opc.tab: s390-mkopc s390-opc.txt + ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab + # This dependency stuff is copied from BFD. DEP: dep.sed $(CFILES) $(HFILES) config.h @@ -526,7 +533,8 @@ ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/ppc.h opintl.h -s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h +s390-opc.lo: s390-opc.c s390-opc.tab $(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)/opcode/s390.h sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ |