[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / reloc-overflow-1.s
CommitLineData
027e9c75
NC
1 .file "1.c"
2 .text
3 .align 2
4 .p2align 3,,7
5 .global dec
6 .arch armv8-a+fp+simd
7 //.tune generic
8 .type dec, %function
9dec:
10 adrp x0, var_2
11 ldr w0, [x0, #:lo12:var_2]
12 ret
13 .size dec, .-dec
14 .ident "GCC: (GNU) 6.0.0 20160208 (experimental) [trunk revision 233206]"
This page took 0.112937 seconds and 4 git commands to generate.