ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / funv1.s
1 # old style ELFv1, with dot-symbols
2 .globl my_func, .my_func
3 .type .my_func, @function
4 .section .opd, "aw", @progbits
5 my_func:
6 .quad .my_func, .TOC.@tocbase, 0
7 .size my_func, . - my_func
8
9 .text
10 .my_func:
11 blr
12 .size .my_func, . - .my_func
This page took 0.029297 seconds and 4 git commands to generate.