Retro68/binutils/ld/testsuite/ld-powerpc/funv1.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

13 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