ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-e-66.d
1 #source: start1.s
2 #source: tls-le-12s.s
3 #source: tls-z.s
4 #as: --no-underscore --em=criself -I$srcdir/$subdir
5 #ld: -m crislinux
6 #objdump: -d -s -t -r -p -h
7
8 # Check that we have proper NPTL/TLS markings and no GOT for an
9 # executable with a single R_CRIS_16_TPREL.
10
11 .*: file format elf32-cris
12
13 Program Header:
14 #...
15 TLS off 0x0+9c vaddr 0x0+8209c paddr 0x0+8209c align 2\*\*2
16 filesz 0x0+4 memsz 0x0+4 flags r--
17 private flags = 0:
18 #...
19 1 .tdata .*
20 CONTENTS.*
21 SYMBOL TABLE:
22 #...
23 0+ g \.tdata 0+4 z
24 #...
25 Contents of section \.text:
26 #...
27 Contents of section \.tdata:
28 #...
29
30 Disassembly of section \.text:
31
32 00080094 <_start>:
33 80094: 41b2 moveq 1,\$r11
34 #...
35 00080098 <tlsfn12>:
36 80098: 7fac fcff movs\.w -4,\$r10
37 #...
This page took 0.035365 seconds and 4 git commands to generate.