]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 9e06d8adc7ea2f581c758cce16e82fca3353367b..3a7af645d2eaf21c0b74a0536cd4b527ee5fc64a 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 88b23776a6d93e0b604d720b53f0e913000e5cca..291a0dca71a6b0094fec9312436e51806600ccb8 100644 (file)
@@ -1,6 +1,6 @@
-.macro M arg1
+       .macro M arg1
        .ascii  "\arg1"
-.endm
+       .endm
 
        .data
 foo: