diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-10-03 17:00:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-10-03 17:00:16 +0000 |
commit | caeec88ad4c05b8cb5df9a11479799f9b0c120c7 (patch) | |
tree | 7b711154df2a2db712363993885d74852f9146cc | |
parent | ac845c86913b1bc019edfb3c5cac32f77967dc16 (diff) | |
download | gdb-caeec88ad4c05b8cb5df9a11479799f9b0c120c7.zip gdb-caeec88ad4c05b8cb5df9a11479799f9b0c120c7.tar.gz gdb-caeec88ad4c05b8cb5df9a11479799f9b0c120c7.tar.bz2 |
Revert the last change.
-rw-r--r-- | opcodes/ChangeLog | 9 | ||||
-rw-r--r-- | opcodes/Makefile.am | 11 | ||||
-rw-r--r-- | opcodes/Makefile.in | 11 |
3 files changed, 10 insertions, 21 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a2e3098..b7a9eaa 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,12 +1,3 @@ -2009-10-03 H.J. Lu <hongjiu.lu@intel.com> - - * Makefile.am ($(srcdir)/rx-decode.c): Add @MAINT@. - (rx-dis.lo): Remove a space. - (pc2c$(EXEEXT)): Remove a space. Use $(LINK_FOR_BUILD) instead - of gcc. - (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c. - * Makefile.in: Regenerated. - 2009-10-03 Paul Reed <paulreed@paddedcell.com> * arm-dis.c (print_insn): Check symtab_size not *symtab. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index f16bf4f..735a7ab 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -437,13 +437,13 @@ stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \ archfile=$(srcdir)/../cpu/iq2000.cpu \ opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles= -$(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT) +$(srcdir)/rx-decode.c : $(srcdir)/rx-decode.opc opc2c$(EXEEXT) ./opc2c$(EXEEXT) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c -rx-dis.lo: rx-dis.c sysdep.h config.h $(BFD_H) $(INCDIR)/opcode/rx.h +rx-dis.lo : rx-dis.c sysdep.h config.h $(BFD_H) $(INCDIR)/opcode/rx.h -opc2c$(EXEEXT): $(srcdir)/opc2c.c - $(LINK_FOR_BUILD) $(srcdir)/opc2c.c -o opc2c$(EXEEXT) +opc2c$(EXEEXT) : $(srcdir)/opc2c.c + gcc $(srcdir)/opc2c.c -o opc2c$(EXEEXT) $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS) @true @@ -461,8 +461,7 @@ MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD) MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ - $(srcdir)/ia64-asmtab.c $(srcdir)/rx-decode.c s390-opc.tab \ - $(srcdir)/z8k-opc.h + $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS) $(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS) diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 48eb13c..07c9495 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -589,8 +589,7 @@ MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD) MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ - $(srcdir)/ia64-asmtab.c $(srcdir)/rx-decode.c s390-opc.tab \ - $(srcdir)/z8k-opc.h + $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h # Use a helper variable for the dependencies to avoid 'make' issues @@ -1285,13 +1284,13 @@ stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \ archfile=$(srcdir)/../cpu/iq2000.cpu \ opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles= -$(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT) +$(srcdir)/rx-decode.c : $(srcdir)/rx-decode.opc opc2c$(EXEEXT) ./opc2c$(EXEEXT) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c -rx-dis.lo: rx-dis.c sysdep.h config.h $(BFD_H) $(INCDIR)/opcode/rx.h +rx-dis.lo : rx-dis.c sysdep.h config.h $(BFD_H) $(INCDIR)/opcode/rx.h -opc2c$(EXEEXT): $(srcdir)/opc2c.c - $(LINK_FOR_BUILD) $(srcdir)/opc2c.c -o opc2c$(EXEEXT) +opc2c$(EXEEXT) : $(srcdir)/opc2c.c + gcc $(srcdir)/opc2c.c -o opc2c$(EXEEXT) $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS) @true |