Dynamic TLS section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ld-5.d
1 #as: --pic --no-underscore --em=criself
2 #ld: --shared -m crislinux --hash-style=sysv
3 #source: tls-ld-5.s
4 #source: tls128g.s
5 #source: tls-hx1x2.s
6 #objdump: -s -t -R -p
7
8 # DSO with two R_CRIS_16_DTPRELs against different hidden symbols.
9 # Check that we have proper NPTL/TLS markings and GOT.
10
11 .*: file format elf32-cris
12
13 Program Header:
14 LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
15 filesz 0x0+138 memsz 0x0+138 flags r-x
16 LOAD off 0x0+138 vaddr 0x0+2138 paddr 0x0+2138 align 2\*\*13
17 filesz 0x0+10c memsz 0x0+10c flags rw-
18 DYNAMIC off 0x0+1c0 vaddr 0x0+21c0 paddr 0x0+21c0 align 2\*\*2
19 filesz 0x0+70 memsz 0x0+70 flags rw-
20 TLS off 0x0+138 vaddr 0x0+2138 paddr 0x0+2138 align 2\*\*2
21 filesz 0x0+88 memsz 0x0+88 flags r--
22
23 Dynamic Section:
24 HASH 0x0+b4
25 STRTAB 0x0+110
26 SYMTAB 0x0+d0
27 STRSZ 0x0+11
28 SYMENT 0x0+10
29 RELA 0x0+124
30 RELASZ 0x0+c
31 RELAENT 0x0+c
32 private flags = 0:
33
34 SYMBOL TABLE:
35 #...
36 0+84 l \.tdata 0+4 x2
37 0+80 l \.tdata 0+4 x1
38 #...
39
40 DYNAMIC RELOCATION RECORDS
41 OFFSET TYPE VALUE
42 0+223c R_CRIS_DTPMOD \*ABS\*
43
44 Contents of section \.hash:
45 #...
46 Contents of section \.text:
47 0130 5fae8000 5fbe8400 .*
48 #...
49 Contents of section \.got:
50 2230 c0210+ 0+ 0+ 0+ .*
51 2240 0+ .*
This page took 0.03797 seconds and 4 git commands to generate.