gas/testsuite/

2005-05-18  Jan Beulich  <jbeulich@novell.com>

	* gas/all/altmacro.s: Parenthesize operand of %.
This commit is contained in:
Jan Beulich 2005-05-18 06:12:08 +00:00
parent c19d120533
commit 0445d02047
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-18 Jan Beulich <jbeulich@novell.com>
* gas/all/altmacro.s: Parenthesize operand of %.
2005-05-17 Zack Weinberg <zack@codesourcery.com>
* gas/arm/arm.exp: Convert all existing "gas_test" tests to

View File

@ -7,7 +7,7 @@ l2: .byte v2
.endm
.macro m2 v1, v2
m1 %v1, %(v2-v1)
m1 %(v1), %(v2-v1)
.endm
.macro m3 str