gas/testsuite/
authorJan Beulich <jbeulich@novell.com>
Wed, 18 May 2005 06:12:08 +0000 (06:12 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 18 May 2005 06:12:08 +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 552458bce1dc27b47a3ef48a90ce0013e923b036..3ea7e200eee09ddfa07c66ec15e42d79e91e6719 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 b98913300279f9ce49e1bf156bf4853cd91be548..a68198121a6c93e2dcb1b9721ea18feba6120a4e 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