mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gas/macros/test1.s: Rename symbols to avoid conflicts with
possible register names. * gas/macros/test1.d: Update expected disassembly.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#nm: --extern-only
|
#nm: --extern-only
|
||||||
#name: macro test 1
|
#name: macro test 1
|
||||||
|
|
||||||
0+01 A s1
|
0+01 A s_not_a_reg_1
|
||||||
0+02 A s2
|
0+02 A s_not_a_reg_2
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
\arg1 = \arg2
|
\arg1 = \arg2
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
m s1,1
|
m s_not_a_reg_1,1
|
||||||
m s2,2
|
m s_not_a_reg_2,2
|
||||||
|
Reference in New Issue
Block a user