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

13 lines
245 B
ArmAsm
Raw Normal View History

2022-10-27 18:45:45 +00:00
# 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:
2022-10-27 18:45:45 +00:00
.quad .my_func, .TOC.@tocbase, 0
.size my_func, . - my_func
2015-08-28 15:32:19 +00:00
.text
2022-10-27 18:45:45 +00:00
.my_func:
2015-08-28 15:32:19 +00:00
blr
2022-10-27 18:45:45 +00:00
.size .my_func, . - .my_func