More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-local-addend-bar.s
CommitLineData
2e0488d3
JW
1 .global b
2 .section .rodata
3 .align 3
4.LC0:
5 .string "bar"
6 .align 3
7 .type b, %object
8 .size b, 8
9b:
10 .xword .LC0
11 .text
12 .align 2
13 .global bar
14 .type bar, %function
15bar:
16 adrp x0, .LC0
17 add x0, x0, :lo12:.LC0
18 ret
19 .size bar, .-bar
This page took 0.145662 seconds and 4 git commands to generate.