7630fdcd2e2de715ebfbb46b5abcd331d7c56e04
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-64.d
1 #source: tls-ie-8.s --pic
2 #source: tls128.s
3 #source: tls-hx.s
4 #as: --no-underscore --em=criself
5 #ld: -m crislinux --shared
6 #readelf: -a -x 6 -x 8 -x 5
7
8 # A R_CRIS_16_GOT_TPREL in a DSO against a hidden symbol, at an offset
9 # into .data. Make sure the relocation, GOT, .text and .tdata have
10 # the right contents.
11
12 #...
13 Relocation section '.rela.dyn' at offset 0x.* contains 1 entries:
14 Offset Info Type Sym.Value Sym. Name \+ Addend
15 00002290 0000001c R_CRIS_32_TPREL[ ]+0+80
16
17 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
18
19 Symbol table '.dynsym' contains 7 entries:
20 Num: Value Size Type Bind Vis Ndx Name
21 #...
22 Symbol table '.symtab' contains 17 entries:
23 #...
24 ..: 00000080 +4 +TLS +LOCAL +DEFAULT +6 x
25 #...
26 Hex dump of section '.text':
27 0x00000184 5fae0c00 .*
28 #...
29 Hex dump of section '.tdata':
30 0x00002188 2f0+ 0+ 0+ 0+ .*
31 0x00002198 0+ 0+ 0+ 0+ .*
32 #...
33 0x000021f8 0+ 0+ 0+ 0+ .*
34 0x00002208 280+ .*
35 #...
36 Hex dump of section '.got':
37 0x0+2284 0c220000 0+ 0+ 80+ .*
This page took 0.031273 seconds and 3 git commands to generate.