testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-71.d
CommitLineData
bcae4342
HPN
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
c7dffc39 6#ld: --shared -m crislinux --gc-sections --hash-style=sysv
bcae4342
HPN
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#...
17DYNAMIC SYMBOL TABLE:
d2667025
AM
180+18e l d \.text 0+ \.text
190+2194 l d \.tdata 0+ \.tdata
d2667025 200+18e g DF \.text 0+2 _init
c4621b33 210+2280 g D \.got 0+ __bss_start
bcae4342 220+ g D .tdata 0+80 tls128
c4621b33
AM
230+2280 g D \.got 0+ _edata
240+2280 g D \.got 0+ _end
bcae4342
HPN
25
26DYNAMIC RELOCATION RECORDS \(none\)
27#...
d2667025 28Contents of section \.text:
bcae4342
HPN
29 018e 0f050000 .*
30#...
d2667025 31Contents of section \.got:
bcae4342 32 2274 14220000 00000000 00000000 .*
This page took 0.374572 seconds and 4 git commands to generate.