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
This commit is contained in:
Jason Merrill 2012-10-08 10:32:42 -04:00
parent 91af9dc984
commit 2991392b55
1 changed files with 5 additions and 0 deletions

View 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