diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-19 20:51:32 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-19 20:51:32 +0000 |
commit | 03029de43d8a963b32e80c7e36567d429e6c5947 (patch) | |
tree | 0143c1e23083c3c45a84b62621a5d321e1e2db63 | |
parent | e76efdbd96800827f020ac6423c64abb51d298eb (diff) | |
download | gcc-03029de43d8a963b32e80c7e36567d429e6c5947.zip gcc-03029de43d8a963b32e80c7e36567d429e6c5947.tar.gz gcc-03029de43d8a963b32e80c7e36567d429e6c5947.tar.bz2 |
* config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
From-SVN: r169028
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/spu/spu-elf.h | 5 |
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 "" |