*** empty log message ***
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-le-13.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls128.s
3#source: tls-le-13.s
4#source: tls-x1x2.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 GOT for an
10# executable with a single R_CRIS_32_TPREL.
11
12.*: file format elf32-cris
13
14Program Header:
15#...
16 TLS off 0x0+a4 vaddr 0x0+820a4 paddr 0x0+820a4 align 2\*\*2
17 filesz 0x0+88 memsz 0x0+88 flags r--
18private flags = 0:
19#...
20 1 .tdata .*
21 CONTENTS.*
22SYMBOL TABLE:
23#...
240+84 g \.tdata 0+4 x2
25#...
260+80 g \.tdata 0+4 x1
27#...
28Contents of section \.text:
29#...
30Contents of section \.tdata:
31#...
32
33Disassembly of section \.text:
34
3500080094 <_start>:
36 80094: 41b2 moveq 1,\$r11
37#...
3800080098 <tlsfn13>:
88fe28bd
HPN
39 80098: 6fae f8ff ffff move\.d 0xfffffff8,\$r10
40 8009e: 6fae fcff ffff move\.d 0xfffffffc,\$r10
bcae4342 41#...
This page took 0.270655 seconds and 4 git commands to generate.