* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak2.s
CommitLineData
252b5132
RH
1.data
2 .global foo2
3 .weak sym1
4 .global sym2
5foo2:
6 .long sym1
7 .long sym2
8sym1:
9 .long 0x56565656
10sym2:
11 .long 0x78787878
This page took 0.272325 seconds and 4 git commands to generate.