GNU AS bug?

Alan Modra amodra@bigpond.net.au
Tue Jun 10 13:24:00 GMT 2003


	* gas/macros/and.s: Avoid .set so we don't break mips.

Index: gas/testsuite/gas/macros/and.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/and.s,v
retrieving revision 1.1
diff -u -p -r1.1 and.s
--- gas/testsuite/gas/macros/and.s	10 Jun 2003 09:23:47 -0000	1.1
+++ gas/testsuite/gas/macros/and.s	10 Jun 2003 13:22:57 -0000
@@ -1,4 +1,4 @@
-	.set	TFLAG_C, 1
+	TFLAG_C = 1
 
 	.macro	check
 	.if	(0 & TFLAG_C)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list