Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-visium / reloc2.s
CommitLineData
c18392d8
EB
1 .global abs1
2abs1 = 0x1000
3
4 .data
5 .global data1
6data1:
7 .text
8 .global text1
9text1:
10 .global text2
11text2 = . + 65536
12 .end
This page took 0.209928 seconds and 4 git commands to generate.