* ldexp.c: Add LOG2CEIL() builtin function to linker script language
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-e-66.d
CommitLineData
bcae4342
HPN
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
13Program 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--
17private flags = 0:
18#...
19 1 .tdata .*
20 CONTENTS.*
21SYMBOL TABLE:
22#...
230+ g \.tdata 0+4 z
24#...
25Contents of section \.text:
26#...
27Contents of section \.tdata:
28#...
29
30Disassembly of section \.text:
31
3200080094 <_start>:
33 80094: 41b2 moveq 1,\$r11
34#...
3500080098 <tlsfn12>:
88fe28bd 36 80098: 7fac fcff movs\.w -4,\$r10
bcae4342 37#...
This page took 0.209523 seconds and 4 git commands to generate.