[patch] Fix purge.s testsuite fail on hppa2.0w-hp-hpux11.11

John David Anglin dave@hiauly1.hia.nrc.ca
Thu Nov 24 23:55:00 GMT 2005


This test fails on hppa2.0w-hpux11.11 because of a not in a space
error.  I added a ".data" line to fix this problem.

Ok?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2005-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gas/macros/purge.l: Increment line numbers.
	* gas/macros/purge.s: Add ".data" line.

Index: gas/macros/purge.l
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/purge.l,v
retrieving revision 1.2
diff -u -3 -p -r1.2 purge.l
--- gas/macros/purge.l	6 May 2005 06:30:33 -0000	1.2
+++ gas/macros/purge.l	24 Nov 2005 23:25:14 -0000
@@ -1,11 +1,11 @@
 .*: Assembler messages:
-.*:11: Error: .*
-#...
 .*:12: Error: .*
 #...
 .*:13: Error: .*
 #...
 .*:14: Error: .*
 #...
-.*:15: Warning: .*
+.*:15: Error: .*
+#...
 .*:16: Warning: .*
+.*:17: Warning: .*
Index: gas/macros/purge.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/purge.s,v
retrieving revision 1.2
diff -u -3 -p -r1.2 purge.s
--- gas/macros/purge.s	6 May 2005 06:30:33 -0000	1.2
+++ gas/macros/purge.s	24 Nov 2005 23:25:14 -0000
@@ -1,3 +1,4 @@
+ .data
  .macro MACRO1
  .endm
  .macro macro2



More information about the Binutils mailing list