diff options
author | Andreas Schwab <schwab@suse.de> | 2003-01-22 14:20:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2003-01-22 14:20:45 +0000 |
commit | fcb6a0f575cace30341fc5eb51b6d5da974e8233 (patch) | |
tree | 32737b5a3e51e58305b83d53cfc7d6d8666b772c | |
parent | b09b91b948da2af7bb550eec66dd0645b1cace79 (diff) | |
download | gcc-fcb6a0f575cace30341fc5eb51b6d5da974e8233.zip gcc-fcb6a0f575cace30341fc5eb51b6d5da974e8233.tar.gz gcc-fcb6a0f575cace30341fc5eb51b6d5da974e8233.tar.bz2 |
* config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
From-SVN: r61590
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/t-ia64 | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 923bd7b..3e6aa51 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-22 Andreas Schwab <schwab@suse.de> + + * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error. + 2003-01-21 Zack Weinberg <zack@codesourcery.com> * genautomata.c (output_internal_insn_latency_func, diff --git a/gcc/config/ia64/t-ia64 b/gcc/config/ia64/t-ia64 index 67362a8..4474b0a 100644 --- a/gcc/config/ia64/t-ia64 +++ b/gcc/config/ia64/t-ia64 @@ -45,3 +45,6 @@ LIB2ADDEH = $(srcdir)/config/ia64/unwind-ia64.c $(srcdir)/unwind-sjlj.c ia64-c.o: $(srcdir)/config/ia64/ia64-c.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h $(TM_H) $(TREE_H) $(CPPLIB_H) $(C_COMMON_H) c-pragma.h toplev.h $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/ia64/ia64-c.c + +# genattrtab generates very long string literals. +insn-attrtab.o-warn = -Wno-error |