ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-63.d
1 #source: tls-ie-8.s --pic
2 #source: tls-hx.s
3 #as: --no-underscore --em=criself
4 #ld: -m crislinux --shared --hash-style=sysv
5 #readelf: -a -x 6 -x 8 -x 5
6
7 # A R_CRIS_16_GOT_TPREL in a DSO against a hidden symbol. Make sure
8 # the relocation, GOT, .text and .tdata have the right contents.
9
10 #...
11 Relocation section '.rela.dyn' at offset 0x.* contains 1 entry:
12 Offset Info Type Sym.Value Sym. Name \+ Addend
13 000021a0 0000001c R_CRIS_32_TPREL[ ]+0
14
15 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
16
17 Symbol table '.dynsym' contains 3 entries:
18 Num: Value Size Type Bind Vis Ndx Name
19 #...
20 Symbol table '.symtab' contains 13 entries:
21 #...
22 .: 00000000 +4 +TLS +LOCAL +DEFAULT +6 x
23 #...
24 Hex dump of section '.text':
25 0x00000114 5fae0c00 .*
26 #...
27 Hex dump of section '.tdata':
28 0x00002118 280+ .*
29 #...
30 Hex dump of section '.got':
31 0x0+2194 1c210000 0+ 0+ 0+ .*
This page took 0.029905 seconds and 4 git commands to generate.