rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS6000_WEAK.
authorJason Merrill <jason@gcc.gnu.org>
Mon, 8 Oct 2012 14:32:42 +0000 (10:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Oct 2012 14:32:42 +0000 (10:32 -0400)
* config/rs6000/rs6000.c (rs6000_code_end): Protect the use of
ASM_WEAKEN_DECL with #if RS6000_WEAK.

From-SVN: r192207

gcc/ChangeLog

index b9eb340befdf7c1b4a971e74d4363d64467a5397..87cf9e82b440519355c57b62f4badc2ea8b78235 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-08  Jason Merrill  <jason@redhat.com>
+
+       * config/rs6000/rs6000.c (rs6000_code_end): Protect the use of
+       ASM_WEAKEN_DECL with #if RS6000_WEAK.
+
 2012-10-08  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/54825