Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / phdrs2.s
1 .section .foo, "ax"
2 .p2align 2
3 .long 1
4
5 .section .bar, "aw"
6 .p2align 2
7 .long 2
This page took 0.050113 seconds and 4 git commands to generate.