Commit f3475629 by Paul Koning Committed by Paul Koning

pdp11.c (pdp11_output_def): Fix typo in .set directive.

	* config/pdp11/pdp11.c (pdp11_output_def): Fix typo in .set
	directive.

From-SVN: r262604
parent f9adcdec
2018-07-12 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.c (pdp11_output_def): Fix typo in .set
directive.
2018-07-12 Paul Koning <ni1d@arrl.net>
* doc/rtl.texi (REG_NONNEG): Remove decrement and branch until
zero reference, add doloop_end instead.
* doc/md.texi (decrement_and_branch_until_zero): Remove.
......
......@@ -2437,7 +2437,7 @@ pdp11_output_def (FILE *file, const char *label1, const char *label2)
}
else
{
fputs (".set", file);
fputs ("\t.set\t", file);
assemble_name (file, label1);
putc (',', file);
assemble_name (file, label2);
......
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