mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
6b585b735f
* ld-elf/ehdr_start.d: Run on linux and gnu targets only.
11 lines
106 B
ArmAsm
11 lines
106 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.space 16
|
|
|
|
.data
|
|
.globl foo
|
|
foo:
|
|
.weak __ehdr_start
|
|
.dc.a __ehdr_start
|