[PATCH] testcase adjustment

Jan Beulich JBeulich@novell.com
Tue May 17 14:34:00 GMT 2005


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


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: binutils-mainline-percent-paren.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20050517/b74feb48/attachment.ksh>


More information about the Binutils mailing list