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]

[PATCH] testcase adjustment


Adjusting a testcase that fails for targets that permit % to start a
symbol name.

Built and tested on i686-pc-linux-gnu and as cross tools for
i686-novell-netware.

Jan

gas/testsuite/
2005-05-17  Jan Beulich  <jbeulich@novell.com>

	* gas/all/altmacro.s: Parenthesize operand of %.

--- /home/jbeulich/src/binutils/mainline/2005-05-06/gas/testsuite/gas/all/altmacro.s	2004-08-27 13:44:17.000000000 +0200
+++ 2005-05-06/gas/testsuite/gas/all/altmacro.s	2005-05-17 16:04:14.963270824 +0200
@@ -7,7 +7,7 @@ l2:	.byte	v2
 .endm
 
 .macro	m2 v1, v2
-	m1 %v1, %(v2-v1)
+	m1 %(v1), %(v2-v1)
 .endm
 
 .macro	m3 str


Attachment: binutils-mainline-percent-paren.patch
Description: Text document


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