allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/funv1.s
2018-08-08 20:10:12 +08:00

10 lines
163 B
ArmAsm

.globl my_func
.type my_func,@function
.section .opd,"aw",@progbits
my_func:
.quad .Lmy_func, .TOC.@tocbase
.text
.Lmy_func:
blr
.size my_func,.-.Lmy_func