delete gdbserver's freeargv
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ldgdex-14.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls128.s
3#source: tls-ld-5.s
4#source: tls-gd-1.s
5#source: tls-ldgd-14.s
6#source: tls-hx1x2.s
7#as: --pic --no-underscore --em=criself
8#ld: -m crislinux tmpdir/tls-dso-xz-1.so
9#objdump: -s -h -t -T -R -r -p
10
11# Check that we have proper NPTL/TLS markings and GOT for two
12# R_CRIS_16_GOT_GD and two R_CRIS_16_DTPRELs against different
13# variables, for an executable, GD symbols defined elsewhere.
14
15.*: file format elf32-cris
16
17Program Header:
18#...
19 TLS off .*
20 filesz 0x0+88 memsz 0x0+88 flags r--
21
22Dynamic Section:
23 NEEDED tmpdir/tls-dso-xz-1.so
24#...
25private flags = 0:
26#...
27 8 .got .*
28 CONTENTS.*
29SYMBOL TABLE:
30#...
310+ \*UND\* 0+ x
32#...
330+ \*UND\* 0+ z
34#...
35DYNAMIC SYMBOL TABLE:
360+ D \*UND\* 0+ x
370+ D \*UND\* 0+ z
38#...
39DYNAMIC RELOCATION RECORDS
40OFFSET TYPE VALUE
410008230c R_CRIS_DTP x
4200082314 R_CRIS_DTP z
43
44Contents of section .interp:
45#...
46Contents of section \.text:
3ee29d56 47 801dc 41b20000 5fae8000 5fbe8400 5fae1400 .*
bcae4342
HPN
48 801ec 5fae1c00 .*
49Contents of section \.tdata:
50#...
51Contents of section \.got:
52 822f8 78220800 0+ 0+ 010+ .*
53 82308 0+ 0+ 0+ 0+ .*
54 82318 0+ .*
This page took 0.23732 seconds and 4 git commands to generate.