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 b9eb340..87cf9e8 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