diff mbox series

[committed] Fix typo in pdp11 target

Message ID 25B46656-95C6-4C59-8667-0AE987C881FE@comcast.net
State New
Headers show
Series [committed] Fix typo in pdp11 target | expand

Commit Message

Paul Koning July 12, 2018, 7:27 p.m. UTC
This fixes a typo in the output of a ".set" directive.

Committed.

	paul

ChangeLog:

2018-07-12  Paul Koning  <ni1d@arrl.net>

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

Patch

Index: config/pdp11/pdp11.c
===================================================================
--- config/pdp11/pdp11.c	(revision 262602)
+++ config/pdp11/pdp11.c	(working copy)
@@ -2437,7 +2437,7 @@  pdp11_output_def (FILE *file, const char *label1,
     }
   else
     {
-      fputs (".set", file);
+      fputs ("\t.set\t", file);
       assemble_name (file, label1);
       putc (',', file);
       assemble_name (file, label2);