Tolerate some whitespace differences in readelf output.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / start4.s
1 # When GC, all sections in each file must be referenced from within a kept
2 # section (which .init is, which .text isn't). Here, we don't refer to
3 # anything so whatever is linked will be discarded.
4 .section .init,"ax",@progbits
5 _start:
6 SETL $119,1190
This page took 0.031714 seconds and 4 git commands to generate.