[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 / emit-relocs-local-addend-foo.s
1 .cpu generic+fp+simd
2 .global a
3 .section .rodata
4 .align 3
5 .LC0:
6 .string "foo"
7 .align 3
8 .type a, %object
9 .size a, 8
10 a:
11 .xword .LC0
12 .text
13 .align 2
14 .global foo
15 .type foo, %function
16 foo:
17 adrp x0, .LC0
18 add x0, x0, :lo12:.LC0
19 ret
20 .size foo, .-foo
This page took 0.031807 seconds and 4 git commands to generate.