Retro68/binutils/ld/testsuite/ld-powerpc/funv1.s

11 lines
163 B
ArmAsm
Raw Normal View History

2015-08-28 15:32:19 +00:00
.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