]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Forgotten hunk from my last merge patch:
authorJan Hubicka <jh@suse.cz>
Sat, 9 Apr 2005 13:37:33 +0000 (15:37 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 9 Apr 2005 13:37:33 +0000 (13:37 +0000)
* final.c (output_addr_const): Do not call mark_referenced.

From-SVN: r97897

gcc/ChangeLog
gcc/final.c

index 4075d9b5a1e2f082d74fc1dcf8d6a2cdc627c128..293ded6c5ed50fff436a039e3a535983509855dd 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-09  Jan Hubicka  <jh@suse.cz>
+
+       Forgotten hunk from my last merge patch:
+       * final.c (output_addr_const): Do not call mark_referenced.
+
 2005-04-09  Andrew MacLeod  <amacleod@redhat.com>
 
        * doc/tree-ssa.texi: Add immediate use documentation.
index aee4ea973fdb16893839fef45851b69037a6d462..7d78061f593ea5f8e2f5da8b496ddc7e88c6a9ec 100644 (file)
@@ -3170,8 +3170,6 @@ output_addr_const (FILE *file, rtx x)
       break;
 
     case SYMBOL_REF:
-      if (SYMBOL_REF_DECL (x))
-       mark_decl_referenced (SYMBOL_REF_DECL (x));
 #ifdef ASM_OUTPUT_SYMBOL_REF
       ASM_OUTPUT_SYMBOL_REF (file, x);
 #else