Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ie-9.d
1 #as: --pic --no-underscore --em=criself
2 #ld: --shared -m crislinux --hash-style=sysv
3 #source: tls-ie-9.s
4 #source: tls128g.s
5 #source: tls-x1x2.s
6 #objdump: -s -t -R -p -T
7
8 # DSO with two R_CRIS_16_GOT_TPREL against different symbols. Check
9 # 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+1e0 memsz 0x0+1e0 flags r-x
16 LOAD off 0x0+1e0 vaddr 0x0+21e0 paddr 0x0+21e0 align 2\*\*13
17 filesz 0x0+114 memsz 0x0+114 flags rw-
18 DYNAMIC off 0x0+268 vaddr 0x0+2268 paddr 0x0+2268 align 2\*\*2
19 filesz 0x0+78 memsz 0x0+78 flags rw-
20 TLS off 0x0+1e0 vaddr 0x0+21e0 paddr 0x0+21e0 align 2\*\*2
21 filesz 0x0+88 memsz 0x0+88 flags r--
22
23 Dynamic Section:
24 HASH 0x0+b4
25 STRTAB 0x0+190
26 SYMTAB 0x0+f0
27 STRSZ 0x0+30
28 SYMENT 0x0+10
29 RELA 0x0+1c0
30 RELASZ 0x0+18
31 RELAENT 0x0+c
32 FLAGS 0x0+10
33 private flags = 0:
34
35 SYMBOL TABLE:
36 #...
37 0+84 g \.tdata 0+4 x2
38 #...
39 0+80 g \.tdata 0+4 x1
40 #...
41 DYNAMIC SYMBOL TABLE:
42 #...
43 0+84 g D \.tdata 0+4 x2
44 #...
45 0+80 g D \.tdata 0+4 x1
46 #...
47
48 DYNAMIC RELOCATION RECORDS
49 OFFSET TYPE VALUE
50 0+22ec R_CRIS_32_TPREL x2
51 0+22f0 R_CRIS_32_TPREL x1
52
53 Contents of section \.hash:
54 #...
55 Contents of section \.text:
56 01d8 5fae1000 5fbe0c00 .*
57 #...
58 Contents of section \.got:
59 22e0 68220+ 0+ 0+ 0+ .*
60 22f0 00000000 .*
This page took 0.039749 seconds and 4 git commands to generate.