diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-06-17 15:06:46 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-06-17 15:06:46 +0000 |
commit | 563002680ccbb26706b55313bcccd84d8b299a78 (patch) | |
tree | 4d3002b4f55ba02a93906d78fe8f6ab7b8d16761 /opcodes | |
parent | 534b4e5f33e3ca020d31835860dc6aa4943668f7 (diff) | |
download | gdb-563002680ccbb26706b55313bcccd84d8b299a78.zip gdb-563002680ccbb26706b55313bcccd84d8b299a78.tar.gz gdb-563002680ccbb26706b55313bcccd84d8b299a78.tar.bz2 |
* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
(MOSTLYCLEANFILES): ... here.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 8 | ||||
-rw-r--r-- | opcodes/Makefile.am | 4 | ||||
-rw-r--r-- | opcodes/Makefile.in | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 42969aa..042b7cd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2011-06-17 Andreas Schwab <schwab@redhat.com> + + * Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ... + (MOSTLYCLEANFILES): ... here. + * Makefile.in: Regenerate. + 2011-06-14 Alan Modra <amodra@gmail.com> * Makefile.in: Regenerate. @@ -348,7 +354,7 @@ 2011-02-09 Michael Snyder <msnyder@vmware.com> - * i386-dis.c (OP_J): Parenthesize expression to prevent + * i386-dis.c (OP_J): Parenthesize expression to prevent truncated addresses. (print_insn): Fix indentation off-by-one. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index cc064b3..26f7580 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -458,11 +458,11 @@ stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles= MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ - s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD) \ + s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab z8kgen$(EXEEXT_FOR_BUILD) \ opc2c$(EXEEXT_FOR_BUILD) MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ - $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h \ + $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \ $(srcdir)/rx-decode.c i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS) diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index c7a8791..7b27955 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -591,11 +591,11 @@ CGEN_CPUS = fr30 frv ip2k iq2000 lm32 m32c m32r mep mt openrisc xc16x xstormy16 @CGEN_MAINT_FALSE@XSTORMY16_DEPS = @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16 MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ - s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD) \ + s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab z8kgen$(EXEEXT_FOR_BUILD) \ opc2c$(EXEEXT_FOR_BUILD) MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ - $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h \ + $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \ $(srcdir)/rx-decode.c |