Dynamic TLS section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-61.d
1 #source: tls-local-59.s
2 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
3 #ld: -m crislinux --shared --hash-style=sysv
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
12 Program Header:
13 #...
14 TLS off .*
15 filesz 0x00000080 memsz 0x00000080 flags r--
16 #...
17 FLAGS 0x00000010
18 #...
19 DYNAMIC RELOCATION RECORDS
20 OFFSET TYPE VALUE
21 0000229c R_CRIS_32_TPREL \*ABS\*
22 000022a0 R_CRIS_DTP \*ABS\*
23
24 Contents of section \.hash:
25 #...
26 Contents of section \.text:
27 0184 6fae1000 00006fae 0c000000 5fae1000 .*
28 0194 5fae0c00 .*
29 #...
30 Contents of section \.got:
31 2290 18220+ 0+ 0+ 0+ .*
32 22a0 0+ 0+ .*
This page took 0.041826 seconds and 4 git commands to generate.