mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
15 lines
183 B
ArmAsm
15 lines
183 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
.globl __start
|
||
|
_start:
|
||
|
__start:
|
||
|
.comm foo, 4, 4
|
||
|
.section .debug_foo,"",%progbits
|
||
|
.balign 16
|
||
|
.ifdef ELF64
|
||
|
.8byte foo
|
||
|
.else
|
||
|
.4byte foo
|
||
|
.endif
|
||
|
.balign 16
|