From 03029de43d8a963b32e80c7e36567d429e6c5947 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 19 Jan 2011 20:51:32 +0000 Subject: [PATCH] * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}. From-SVN: r169028 --- gcc/ChangeLog | 4 ++++ gcc/config/spu/spu-elf.h | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de6552c5201..8ee6b244fbc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-19 Joseph Myers + + * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}. + 2011-01-19 Joseph Myers * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove. diff --git a/gcc/config/spu/spu-elf.h b/gcc/config/spu/spu-elf.h index 967c8abc617..dab9ad35228 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 "" -- 2.30.2