Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak2.s
CommitLineData
52a43e71 1 .data
252b5132
RH
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.90203 seconds and 4 git commands to generate.