]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index 06380129d036745bb844d3d76fd34c64bd9ebaff..0fafb1fd3d67d0d36d76c012853418bbaac59df9 100644 (file)
@@ -1,5 +1,12 @@
 2008-11-22  Jakub Jelinek  <jakub@redhat.com>
 
+       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.
+
        PR target/37880
        * doc/invoke.texi: Adjust wording of -mcmodel=medium description.