diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-17 12:09:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-17 12:09:58 +0000 |
commit | 55d98a80d4df41739239f3c7af531ea6ae65d9fd (patch) | |
tree | 15baf038654ca4d9e6b1acb4927bdb3e630c3160 /gas | |
parent | 9a8f3bb7343e9c6e7aebdafc19b34a6d1dad0784 (diff) | |
download | gdb-55d98a80d4df41739239f3c7af531ea6ae65d9fd.zip gdb-55d98a80d4df41739239f3c7af531ea6ae65d9fd.tar.gz gdb-55d98a80d4df41739239f3c7af531ea6ae65d9fd.tar.bz2 |
Don't start directives in first column.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/strings.s | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9e06d8a..3a7af64 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/macros/strings.s b/gas/testsuite/gas/macros/strings.s index 88b2377..291a0dc 100644 --- a/gas/testsuite/gas/macros/strings.s +++ b/gas/testsuite/gas/macros/strings.s @@ -1,6 +1,6 @@ -.macro M arg1 + .macro M arg1 .ascii "\arg1" -.endm + .endm .data foo: |