ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsdesc.s
1 .text
2 .globl _start
3 _start:
4 .cfi_startproc
5 addi 3,2,gd@got@tlsgd
6 bl __tls_get_addr_desc(gd@tlsgd)
7 nop
8 .cfi_endproc
This page took 0.029682 seconds and 4 git commands to generate.