9f85fd8869ac1ebc3e8d526d842d69e7ec53cf78
[external/binutils.git] / ld / testsuite / ld-aarch64 / reloc-overflow-1.s
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
9 dec:
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]"