mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
14 lines
179 B
ArmAsm
14 lines
179 B
ArmAsm
|
.text
|
||
|
|
||
|
.hidden .annobin_hello.c
|
||
|
.type .annobin_hello.c, STT_NOTYPE
|
||
|
.equiv .annobin_hello.c, .
|
||
|
.size .annobin_hello.c, 0
|
||
|
|
||
|
.global _start
|
||
|
_start:
|
||
|
.nop
|
||
|
.align 4
|
||
|
.dc.a foo
|
||
|
|