~peter-pearse/ubuntu/natty/binutils/prop001

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-powerpc/tlsopt1.s

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose, Marcin Juszkiewicz
  • Date: 2011-03-31 16:24:10 UTC
  • mfrom: (2.7.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110331162410-ajeboutje0zoynxj
Tags: 2.21.0.20110327-2ubuntu1
[ Marcin Juszkiewicz ]
Build -dbgsym package for cross builds. LP: #711523.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 .section ".no_opt1", "ax", %progbits
 
2
# this section should not be optimised since we have old-style
 
3
# __tls_get_addr without marker relocs, and the arg setup insn
 
4
# is shared with two __tls_get_addr calls.
 
5
 addi 3,2,gd@got@tlsgd
 
6
 cmpdi 4,0
 
7
 beq 0f
 
8
 bl __tls_get_addr
 
9
 nop
 
10
 b 1f
 
11
0:
 
12
 bl __tls_get_addr
 
13
 nop
 
14
1: