Commit 0f237806 by Paul Koning Committed by Paul Koning

pdp11.md: Change length attribute to be in bytes.

* config/pdp11/pdp11.md: Change length attribute to be in bytes.
* config/pdp11/pdp11.c (output_jump): Ditto.

From-SVN: r165902
parent a5cd0746
2010-10-24 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md: Change length attribute to be in bytes.
* config/pdp11/pdp11.c (output_jump): Ditto.
2010-10-24 Ian Lance Taylor <iant@google.com>
* config/i386/i386.c (ix86_va_start): Remove extraneous blank
......@@ -1222,13 +1222,13 @@ output_jump (enum rtx_code code, int inv, int length)
switch (length)
{
case 1:
case 2:
sprintf(buf, "%s %%l1", inv ? neg : pos);
return buf;
case 3:
case 6:
sprintf(buf, "%s JMP_%d\n\tjmp %%l1\nJMP_%d:", inv ? pos : neg, x, x);
......
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