]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/funv1.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / funv1.s
CommitLineData
e1c6cf61
AM
1# old style ELFv1, with dot-symbols
2 .globl my_func, .my_func
3 .type .my_func, @function
4 .section .opd, "aw", @progbits
f6c7c3e8 5my_func:
e1c6cf61
AM
6 .quad .my_func, .TOC.@tocbase, 0
7 .size my_func, . - my_func
f6c7c3e8
AM
8
9 .text
e1c6cf61 10.my_func:
f6c7c3e8 11 blr
e1c6cf61 12 .size .my_func, . - .my_func