This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak1.s
1 .global foo1
2 .global sym1
3 .weak sym2
4 foo1:
5 .long sym1
6 .long sym2
7 sym1:
8 .long 0x12121212
9 sym2:
10 .long 0x34343434
This page took 0.030414 seconds and 5 git commands to generate.