[MIPS] Add Loongson 2K1000 proccessor support.
[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:
7f923b7f 180+10a g DF \.text 0+2 _init
bcae4342 190+ g D .tdata 0+80 tls128
bcae4342
HPN
20
21DYNAMIC RELOCATION RECORDS \(none\)
22#...
d2667025 23Contents of section \.text:
7f923b7f 24 010a 0f050000 .*
bcae4342 25#...
d2667025 26Contents of section \.got:
7f923b7f 27.* 90210000 00000000 00000000 .*
This page took 0.42894 seconds and 4 git commands to generate.