]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.md (consttable_4): Call mark_symbol_refs_as_used.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sun, 23 Nov 2008 10:45:06 +0000 (10:45 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 23 Nov 2008 10:45:06 +0000 (10:45 +0000)
* config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.

From-SVN: r142132

gcc/ChangeLog
gcc/config/sh/sh.md

index 9a31e8916a3f8b9298e76ac49cb1d356fb8fe064..a7b3f9f93a38888f1ff82b484b16f9a10a1ba95a 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-23  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.
+
 2008-11-22  Andreas Schwab  <schwab@suse.de>
 
        * varasm.c (default_file_start): Suppress ASM_APP_OFF also with
index 68bb197c07021037db7fb9e0ac482733e84287a5..024407ced58a710548f9f9cc6617fc0ec268c3f8 100644 (file)
@@ -10237,7 +10237,10 @@ mov.l\\t1f,r0\\n\\
  "*
 {
   if (operands[1] != const0_rtx)
-    assemble_integer (operands[0], 4, BITS_PER_UNIT * 4, 1);
+    {
+      assemble_integer (operands[0], 4, BITS_PER_UNIT * 4, 1);
+      mark_symbol_refs_as_used (operands[0]);
+    }
   return \"\";
 }"
  [(set_attr "length" "4")