Commit 8d8f087a by Kaz Kojima

sh.md (consttable_4): Call mark_symbol_refs_as_used.

	* config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.

From-SVN: r142132
parent 6a21bcbe
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> 2008-11-22 Andreas Schwab <schwab@suse.de>
* varasm.c (default_file_start): Suppress ASM_APP_OFF also with * varasm.c (default_file_start): Suppress ASM_APP_OFF also with
......
...@@ -10237,7 +10237,10 @@ mov.l\\t1f,r0\\n\\ ...@@ -10237,7 +10237,10 @@ mov.l\\t1f,r0\\n\\
"* "*
{ {
if (operands[1] != const0_rtx) 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 \"\"; return \"\";
}" }"
[(set_attr "length" "4") [(set_attr "length" "4")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment