Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-powerpc/funv1.s
2023-03-06 14:48:14 +01:00

12 lines
245 B
ArmAsm

# 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