[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsopt3_32.s
CommitLineData
663a1470
AM
1 .section ".tbss","awT",@nobits
2 .global gd0
3 .align 3
4gd0: .space 8
5
6 .section ".no_opt3", "ax", %progbits
7# this section should also not be optimised
86038de0 8 addi 3,30,gd@got@tlsgd
663a1470 9 b 0f
86038de0 10 addi 3,30,gd0@got@tlsgd
663a1470
AM
11 b 1f
120:
13 bl __tls_get_addr
14 b 2f
151:
16 bl __tls_get_addr
172:
This page took 0.352518 seconds and 4 git commands to generate.