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

13 lines
245 B
ArmAsm
Raw Normal View History

# old style ELFv1, with dot-symbols
.globl my_func, .my_func
.type .my_func, @function
.section .opd, "aw", @progbits
2015-08-28 15:32:19 +00:00
my_func:
.quad .my_func, .TOC.@tocbase, 0
.size my_func, . - my_func
2015-08-28 15:32:19 +00:00
.text
.my_func:
2015-08-28 15:32:19 +00:00
blr
.size .my_func, . - .my_func