mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
gas/testsuite/
2005-05-18 Jan Beulich <jbeulich@novell.com> * gas/all/altmacro.s: Parenthesize operand of %.
This commit is contained in:
@ -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
|
||||
|
@ -7,7 +7,7 @@ l2: .byte v2
|
||||
.endm
|
||||
|
||||
.macro m2 v1, v2
|
||||
m1 %v1, %(v2-v1)
|
||||
m1 %(v1), %(v2-v1)
|
||||
.endm
|
||||
|
||||
.macro m3 str
|
||||
|
Reference in New Issue
Block a user