Commit 9a487a45 by Kaz Kojima

sh.md (mextr_rl): Set buffer size properly.

	* config/sh/sh.md (mextr_rl): Set buffer size properly.
	(*mextr_lr): Likewise.

From-SVN: r100808
parent 724da856
2005-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (mextr_rl): Set buffer size properly.
(*mextr_lr): Likewise.
2005-06-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
PR c/21759
......
......@@ -11613,7 +11613,7 @@ mov.l\\t1f,r0\\n\\
"TARGET_SHMEDIA && INTVAL (operands[3]) + INTVAL (operands[4]) == 64"
"*
{
static char templ[16];
static char templ[21];
sprintf (templ, \"mextr%d\\t%%N1, %%N2, %%0\",
(int) INTVAL (operands[3]) >> 3);
......@@ -11630,7 +11630,7 @@ mov.l\\t1f,r0\\n\\
"TARGET_SHMEDIA && INTVAL (operands[3]) + INTVAL (operands[4]) == 64"
"*
{
static char templ[16];
static char templ[21];
sprintf (templ, \"mextr%d\\t%%N2, %%N1, %%0\",
(int) INTVAL (operands[4]) >> 3);
......
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