Retro68/binutils/ld/testsuite/ld-aarch64/emit-relocs-local-addend-foo.s
2015-08-28 17:32:19 +02:00

21 lines
257 B
ArmAsm

.cpu generic+fp+simd
.global a
.section .rodata
.align 3
.LC0:
.string "foo"
.align 3
.type a, %object
.size a, 8
a:
.xword .LC0
.text
.align 2
.global foo
.type foo, %function
foo:
adrp x0, .LC0
add x0, x0, :lo12:.LC0
ret
.size foo, .-foo