OSDN Git Service

gas/testsuite/
authorjbeulich <jbeulich>
Wed, 18 May 2005 06:12:06 +0000 (06:12 +0000)
committerjbeulich <jbeulich>
Wed, 18 May 2005 06:12:06 +0000 (06:12 +0000)
2005-05-18  Jan Beulich  <jbeulich@novell.com>

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

gas/testsuite/ChangeLog
gas/testsuite/gas/all/altmacro.s

index 552458b..3ea7e20 100644 (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
index b989133..a681981 100644 (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