ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsdesc4.s
CommitLineData
a804e476
AM
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
9
10 .section .text.pad1,"ax"
11 .space 0x1ffff90
12
13 .section .text.far,"ax"
14 .cfi_startproc
15 addi 3,2,gd@got@tlsgd
16 bl __tls_get_addr_desc(gd@tlsgd)
17 nop
18 .cfi_endproc
This page took 0.042578 seconds and 4 git commands to generate.