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
This commit is contained in:
Kaz Kojima 2008-11-23 10:45:06 +00:00
parent 6a21bcbe16
commit 8d8f087af3
2 changed files with 8 additions and 1 deletions

View 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

View 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")