mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
13 lines
151 B
ArmAsm
13 lines
151 B
ArmAsm
|
.data
|
||
|
.global two
|
||
|
two:
|
||
|
.long 2
|
||
|
|
||
|
.section .gnu.linkonce.d.foo, "aw"
|
||
|
.global foo
|
||
|
# PE signature of the comdat group
|
||
|
foo:
|
||
|
.global one
|
||
|
one:
|
||
|
.long 1
|