re PR target/37170 (gcc.dg/weak/weak-1.c)
authorJakub Jelinek <jakub@gcc.gnu.org>
Sat, 22 Nov 2008 08:26:24 +0000 (09:26 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 22 Nov 2008 08:26:24 +0000 (09:26 +0100)
commitb7c7b76871e7331f15c89c903f7c1509816670c4
tree62935297b94eec77ec08a93f2db74b2a7e76f286
parenta7fe25b885e77e8bc7d31a24b3a39330af7ce896
re PR target/37170 (gcc.dg/weak/weak-1.c)

PR target/37170
* final.c (mark_symbol_refs_as_used): New function.
* output.h (mark_symbol_refs_as_used): New prototype.
* config/s390/s390.c (s390_mark_symbol_ref_as_used): Removed.
(s390_output_pool_entry): Use mark_symbol_refs_as_used.
* config/arm/arm.md (consttable_4): Likewise.

From-SVN: r142114
gcc/ChangeLog