ld-linkonce test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-visium / reloc2.s
1 .global abs1
2 abs1 = 0x1000
3
4 .data
5 .global data1
6 data1:
7 .text
8 .global text1
9 text1:
10 .global text2
11 text2 = . + 65536
12 .end
This page took 0.029498 seconds and 4 git commands to generate.