6b585b735f
* ld-elf/ehdr_start.d: Run on linux and gnu targets only.
10 lines
106 B
ArmAsm
10 lines
106 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.space 16
|
|
|
|
.data
|
|
.globl foo
|
|
foo:
|
|
.weak __ehdr_start
|
|
.dc.a __ehdr_start
|