* ld-scripts/weak.exp: New test.
[external/binutils.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