AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-local-addend-foo.s
CommitLineData
2e0488d3
JW
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
10a:
11 .xword .LC0
12 .text
13 .align 2
14 .global foo
15 .type foo, %function
16foo:
17 adrp x0, .LC0
18 add x0, x0, :lo12:.LC0
19 ret
20 .size foo, .-foo
This page took 0.258263 seconds and 4 git commands to generate.