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