aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/spu/spu-elf.h5
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index de6552c..8ee6b24 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2011-01-19 Joseph Myers <joseph@codesourcery.com>
+ * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
+
+2011-01-19 Joseph Myers <joseph@codesourcery.com>
+
* config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
(LINK_SHLIB_SPEC): Don't use %(link_path).
(SUBTARGET_EXTRA_SPECS): Remove link_path.
diff --git a/gcc/config/spu/spu-elf.h b/gcc/config/spu/spu-elf.h
index 967c8ab..dab9ad3 100644
--- a/gcc/config/spu/spu-elf.h
+++ b/gcc/config/spu/spu-elf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
@@ -78,7 +78,6 @@
mcache-size=8 :-lgcc_cache8k; \
:-lgcc_cache64k}"
-/* Turn off warnings in the assembler too. */
#undef ASM_SPEC
-#define ASM_SPEC "%{w:-W}"
+#define ASM_SPEC ""