delete gdbserver's freeargv
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-le-12s.d
CommitLineData
bcae4342 1#source: start1.s
bcae4342
HPN
2#source: tls-le-12s.s
3#source: tls-z.s
88fe28bd 4#source: tls128.s
bcae4342
HPN
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_16_TPREL.
11
12.*: file format elf32-cris
13
14Program Header:
15#...
16 TLS off 0x0+9c vaddr 0x0+8209c paddr 0x0+8209c align 2\*\*2
17 filesz 0x0+84 memsz 0x0+84 flags r--
18private flags = 0:
19#...
20 1 .tdata .*
21 CONTENTS.*
22SYMBOL TABLE:
23#...
88fe28bd 240+ g \.tdata 0+4 z
bcae4342
HPN
25#...
26Contents of section \.text:
27#...
28Contents of section \.tdata:
29#...
30
31Disassembly of section \.text:
32
3300080094 <_start>:
34 80094: 41b2 moveq 1,\$r11
35#...
3600080098 <tlsfn12>:
88fe28bd 37 80098: 7fac 7cff movs\.w -132,\$r10
bcae4342 38#...
This page took 0.242771 seconds and 4 git commands to generate.