Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / startv1.s
1 .globl _start
2 .section .opd,"aw",@progbits
3 _start:
4 .quad .L_start, .TOC.@tocbase
5
6 .text
7 .L_start:
8 b _start
This page took 0.029496 seconds and 4 git commands to generate.