mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
13 lines
157 B
ArmAsm
13 lines
157 B
ArmAsm
|
.data
|
||
|
.global three
|
||
|
three:
|
||
|
.long 3
|
||
|
|
||
|
.section .gnu.linkonce.d.foo, "aw"
|
||
|
.global foo
|
||
|
# PE signature of the comdat group
|
||
|
foo:
|
||
|
.global onex
|
||
|
onex:
|
||
|
.long 1
|