allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/fdpic-gotoffi20-static.s
2018-08-08 20:10:12 +08:00

11 lines
152 B
ArmAsm

.text
.globl _start
.type _start,@function
_start:
movi20 #foo@GOTOFF, r0
mov.l @(r0,r12), r1
.data
.type foo,@object
.size foo,4
foo:
.long 1