From: Jason Merrill Date: Mon, 8 Oct 2012 14:32:42 +0000 (-0400) Subject: rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS6000_WEAK. X-Git-Tag: misc/gccgo-go1_1_2~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2991392b555fb18a312aef719f3ea379d7615fef;p=thirdparty%2Fgcc.git rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS6000_WEAK. * config/rs6000/rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS6000_WEAK. From-SVN: r192207 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b9eb340befdf..87cf9e82b440 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-10-08 Jason Merrill + + * config/rs6000/rs6000.c (rs6000_code_end): Protect the use of + ASM_WEAKEN_DECL with #if RS6000_WEAK. + 2012-10-08 Richard Guenther PR tree-optimization/54825