ab029dc19d27ace02ed69b2b23a29827f997f00c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ehdr_start.s
1 .text
2 .globl _start
3 _start:
4 .space 16
5
6 .section .rodata,"a",%progbits
7 .globl foo
8 foo:
9 .weak __ehdr_start
10 .dc.a __ehdr_start
This page took 0.035104 seconds and 3 git commands to generate.