Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ld-5.d
CommitLineData
bcae4342 1#as: --pic --no-underscore --em=criself
bab55c05 2#ld: --shared -m crislinux --hash-style=sysv
bcae4342
HPN
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
13Program Header:
14 LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
15 filesz 0x0+1a8 memsz 0x0+1a8 flags r-x
16 LOAD off 0x0+1a8 vaddr 0x0+21a8 paddr 0x0+21a8 align 2\*\*13
17 filesz 0x0+10c memsz 0x0+10c flags rw-
18 DYNAMIC off 0x0+230 vaddr 0x0+2230 paddr 0x0+2230 align 2\*\*2
19 filesz 0x0+70 memsz 0x0+70 flags rw-
20 TLS off 0x0+1a8 vaddr 0x0+21a8 paddr 0x0+21a8 align 2\*\*2
21 filesz 0x0+88 memsz 0x0+88 flags r--
22
23Dynamic Section:
24 HASH 0x0+b4
25 STRTAB 0x0+168
26 SYMTAB 0x0+e8
27 STRSZ 0x0+29
28 SYMENT 0x0+10
29 RELA 0x0+194
30 RELASZ 0x0+c
31 RELAENT 0x0+c
32private flags = 0:
33
34SYMBOL TABLE:
35#...
935bd1e0
L
360+84 l \.tdata 0+4 x2
370+80 l \.tdata 0+4 x1
bcae4342
HPN
38#...
39
40DYNAMIC RELOCATION RECORDS
41OFFSET TYPE VALUE
420+22ac R_CRIS_DTPMOD \*ABS\*
43
44Contents of section \.hash:
45#...
46Contents of section \.text:
47 01a0 5fae8000 5fbe8400 .*
48#...
49Contents of section \.got:
50 22a0 30220+ 0+ 0+ 0+ .*
51 22b0 0+ .*
This page took 0.402654 seconds and 4 git commands to generate.