bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak1.s
CommitLineData
52a43e71 1 .data
252b5132
RH
2 .global foo1
3 .global sym1
4 .weak sym2
5foo1:
6 .long sym1
7 .long sym2
8sym1:
9 .long 0x12121212
10sym2:
11 .long 0x34343434
This page took 0.304001 seconds and 4 git commands to generate.