Don't start directives in first column.
authorAlan Modra <amodra@gmail.com>
Sat, 17 Jun 2000 12:09:58 +0000 (12:09 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 17 Jun 2000 12:09:58 +0000 (12:09 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/strings.s

index 9e06d8a..3a7af64 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-17  Alan Modra  <alan@linuxcare.com.au>
+
+       * gas/macros/strings.s: Don't start directives in first column
+       (for LABELS_WITHOUT_COLONS targets).
+
 2000-06-14  H.J. Lu <hjl@gnu.org>
 
        * gas/macros/strings.d: Support a.out and coff.
index 88b2377..291a0dc 100644 (file)
@@ -1,6 +1,6 @@
-.macro M arg1
+       .macro M arg1
        .ascii  "\arg1"
-.endm
+       .endm
 
        .data
 foo: