mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
10 lines
86 B
ArmAsm
10 lines
86 B
ArmAsm
|
.globl x
|
||
|
.csect x[RW]
|
||
|
x:
|
||
|
.long 8
|
||
|
.globl x2
|
||
|
.csect x2[RW]
|
||
|
x2:
|
||
|
.long x
|
||
|
.long foo
|