FAIL: strings
Alan Modra
alan@linuxcare.com.au
Sat Jun 17 05:09:00 GMT 2000
More information about the Binutils mailing list
Sat Jun 17 05:09:00 GMT 2000
- Previous message (by thread): FAIL: strings
- Next message (by thread): More on merging include from gcc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 16 Jun 2000, John David Anglin wrote: > The gas test "strings" fails with todays CVS source under hpux 10.20: I'm just about to commit the following to fix this problem. gas/testsuite/ChangeLog * gas/macros/strings.s: Don't start directives in first column (for LABELS_WITHOUT_COLONS targets). Index: gas/macros/strings.s =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/macros/strings.s,v retrieving revision 1.1 diff -u -p -r1.1 strings.s --- strings.s 2000/06/13 21:23:28 1.1 +++ strings.s 2000/06/17 12:03:51 @@ -1,6 +1,6 @@ -.macro M arg1 + .macro M arg1 .ascii "\arg1" -.endm + .endm .data foo: Alan Modra -- Linuxcare. Support for the Revolution.
- Previous message (by thread): FAIL: strings
- Next message (by thread): More on merging include from gcc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list