ELF dynsyms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-71.d
1 #source: tls-gc-71.s
2 #source: init.s
3 #source: tls128g.s
4 #source: tls-hx.s
5 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
6 #ld: --shared -m crislinux --gc-sections --hash-style=sysv
7 #objdump: -s -t -R -p -T
8
9 # DSO with a single R_CRIS_16_DTPREL against a hidden symbol, gc:ed.
10 # Check that we still have the other, global, TLS variable.
11
12 .*: file format elf32-cris
13 #...
14 TLS off .*
15 filesz 0x0+80 memsz 0x0+80 flags r--
16 #...
17 DYNAMIC SYMBOL TABLE:
18 0+10a g DF \.text 0+2 _init
19 0+ g D .tdata 0+80 tls128
20
21 DYNAMIC RELOCATION RECORDS \(none\)
22 #...
23 Contents of section \.text:
24 010a 0f050000 .*
25 #...
26 Contents of section \.got:
27 .* 90210000 00000000 00000000 .*
This page took 0.037024 seconds and 4 git commands to generate.