[AArch64] Enable overflow check for R_AARCH64_TLSLE_ADD_TPREL_HI12
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakhid.s
1 .weak xweakobj
2 .weak xweakhidobj
3 .hidden xweakhidobj
4
5 .data
6 .global x
7 .type x,@object
8 x:
9 .dword xweakhidobj
10 .dword xweakobj
11 .dword xregobj
12 .Lfe1:
13 .size x,.Lfe1-x
This page took 0.030893 seconds and 4 git commands to generate.