This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: GNU AS bug?


	* 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


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