Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-powerpc/funv1.s

13 lines
245 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
# old style ELFv1, with dot-symbols
.globl my_func, .my_func
.type .my_func, @function
.section .opd, "aw", @progbits
my_func:
.quad .my_func, .TOC.@tocbase, 0
.size my_func, . - my_func
.text
.my_func:
blr
.size .my_func, . - .my_func