This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FAIL: strings


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]