mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
11 lines
163 B
ArmAsm
11 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
|