[ld] Fix failure of pr19161 on hppa*-*linux*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / start.s
1 .globl _start
2 _start:
3 .dc.a __start__foo
4 .section _foo,"aw",%progbits
5 foo:
6 .long 1
This page took 0.030031 seconds and 4 git commands to generate.