delete gdbserver's freeargv
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ie-78.d
CommitLineData
d6e0b160
HPN
1#source: start1.s
2#source: tls128.s
3#source: tls-ie-8e.s
4#as: --no-underscore --em=criself
5#ld: -m crislinux
6#ld_after_inputfiles: tmpdir/tls-dso-xz-1.so
7#objdump: -s -h -t -T -R -r -p
8
9# Check that we have proper NPTL/TLS markings and GOT for a
10# R_CRIS_32_IE, for an executable, symbol defined elsewhere.
11
12.*: file format elf32-cris
13
14Program Header:
15#...
16 TLS off .*
17 filesz 0x0+80 memsz 0x0+80 flags r--
18
19Dynamic Section:
20 NEEDED tmpdir/tls-dso-xz-1.so
21#...
22private flags = 0:
23#...
24 8 .got[ ]+0+10 .*
25 CONTENTS, ALLOC, LOAD, DATA
26SYMBOL TABLE:
27#...
280+ \*UND\* 0+ x
29#...
30DYNAMIC SYMBOL TABLE:
310+ D \*UND\* 0+ x
32#...
33DYNAMIC RELOCATION RECORDS
34OFFSET TYPE VALUE
350+822d4 R_CRIS_32_TPREL x
36
37Contents of section .interp:
38#...
39Contents of section \.text:
40 801bc 41b20000 6faed422 08000000 .*
41Contents of section \.tdata:
42#...
43Contents of section \.got:
44 822c8 48220800 00000000 00000000 00000000 .*
This page took 0.238422 seconds and 4 git commands to generate.