Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak2.s
1 .data
2 .global foo2
3 .weak sym1
4 .global sym2
5 foo2:
6 .long sym1
7 .long sym2
8 sym1:
9 .long 0x56565656
10 sym2:
11 .long 0x78787878
This page took 0.031566 seconds and 4 git commands to generate.