From 0876dd7ea13998eb02dc78feabc078fb13242582 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 1 Nov 2005 10:23:56 +0000 Subject: [PATCH] PR gas/1299 * Makefile.am: Disable -Werror for the itbl-lex.o rule. * Makefile.in: Regenerate. --- gas/ChangeLog | 6 ++++++ gas/Makefile.am | 4 ++++ gas/Makefile.in | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index a0c0a7f..0dabaeb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2005-11-01 Thiemo Seufer + PR gas/1299 + * Makefile.am: Disable -Werror for the itbl-lex.o rule. + * Makefile.in: Regenerate. + +2005-11-01 Thiemo Seufer + * config/tc-mips.c (md_parse_option): Fix typo in comment. 2005-10-30 Mark Mitchell diff --git a/gas/Makefile.am b/gas/Makefile.am index ff7915a..17fc27f 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -623,7 +623,11 @@ bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h # The instruction table specification lexical analyzer and parser. itbl-lex.c: $(srcdir)/itbl-lex.l + +# Disable -Werror, if it has been enabled, since old versions of bison/ +# yacc will produce working code which contain compile time warnings. itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h + $(COMPILE) -c $< $(NO_WERROR) # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. diff --git a/gas/Makefile.in b/gas/Makefile.in index d7c33b8..9b13332 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2986,7 +2986,11 @@ bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h # The instruction table specification lexical analyzer and parser. itbl-lex.c: $(srcdir)/itbl-lex.l + +# Disable -Werror, if it has been enabled, since old versions of bison/ +# yacc will produce working code which contain compile time warnings. itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h + $(COMPILE) -c $< $(NO_WERROR) # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -- 2.7.4