mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
11 lines
121 B
ArmAsm
11 lines
121 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.space 16
|
|
|
|
.section .rodata,"a"
|
|
.globl foo
|
|
foo:
|
|
.weak __ehdr_start
|
|
.dc.a __ehdr_start
|