Define various symbols conditionally in shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-61.d
CommitLineData
bcae4342
HPN
1#source: tls-local-59.s
2#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
bab55c05 3#ld: -m crislinux --shared --hash-style=sysv
bcae4342
HPN
4#objdump: -s -t -r -p -R -T
5
6# A DSO with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
7# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
8# symbol. Check that we have proper NPTL/TLS markings and GOT.
9
10.*: file format elf32-cris
11
12Program Header:
13#...
14 TLS off .*
15 filesz 0x00000080 memsz 0x00000080 flags r--
16#...
17 FLAGS 0x00000010
18#...
19DYNAMIC RELOCATION RECORDS
20OFFSET TYPE VALUE
fd161d86
AM
21000022b0 R_CRIS_32_TPREL \*ABS\*
22000022b4 R_CRIS_DTP \*ABS\*
bcae4342
HPN
23
24Contents of section \.hash:
25#...
26Contents of section \.text:
fd161d86
AM
27 0198 6fae1000 00006fae 0c000000 5fae1000 .*
28 01a8 5fae0c00 .*
bcae4342
HPN
29#...
30Contents of section \.got:
fd161d86
AM
31 22a4 2c220+ 0+ 0+ 0+ .*
32 22b4 0+ 0+ .*
This page took 0.419062 seconds and 4 git commands to generate.