~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-cris/tls-le-12.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#source: start1.s
 
2
#source: tls128.s
 
3
#source: tls-le-12.s
 
4
#source: tls-z.s
 
5
#as: --no-underscore --em=criself -I$srcdir/$subdir
 
6
#ld: -m crislinux
 
7
#objdump: -d -s -t -r -p -h
 
8
 
 
9
# Check that we have proper NPTL/TLS markings and no GOT for an
 
10
# executable with a single R_CRIS_32_TPREL.
 
11
 
 
12
.*:     file format elf32-cris
 
13
 
 
14
Program Header:
 
15
#...
 
16
     TLS off    0x0+a0 vaddr 0x0+820a0 paddr 0x0+820a0 align 2\*\*2
 
17
         filesz 0x0+84 memsz 0x0+84 flags r--
 
18
private flags = 0:
 
19
#...
 
20
  1 .tdata .*
 
21
                  CONTENTS.*
 
22
SYMBOL TABLE:
 
23
#...
 
24
0+80 g       \.tdata    0+4 z
 
25
#...
 
26
Contents of section \.text:
 
27
#...
 
28
Contents of section \.tdata:
 
29
#...
 
30
 
 
31
Disassembly of section \.text:
 
32
 
 
33
00080094 <_start>:
 
34
   80094:       41b2                    moveq 1,\$r11
 
35
#...
 
36
00080098 <tlsfn12>:
 
37
   80098:       6fae fcff ffff          move\.d 0xfffffffc,\$r10
 
38
#...