mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
13 lines
155 B
ArmAsm
13 lines
155 B
ArmAsm
|
.data
|
||
|
.global four
|
||
|
four:
|
||
|
.long 4
|
||
|
|
||
|
.section .gnu.linkonce.d.foo, "aw"
|
||
|
.global foo
|
||
|
# PE signature of the comdat group
|
||
|
foo:
|
||
|
.global oney
|
||
|
oney:
|
||
|
.long 1
|