tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ok-34.d
1 #source: tls-gottprelm.s --defsym r=8189
2 #as: --no-underscore --em=criself --pic
3 #ld: --shared -m crislinux --hash-style=sysv
4 #objdump: -s -j .got -R
5
6 # Check that a R_CRIS_16_DTPREL just below the theoretical limit
7 # works. Verify that the first and last R_CRIS_16_GOT_TPREL entries
8 # are ok, in a DSO. Beware, the order here is quite random,
9 # supposedly depending on symbol hashes.
10
11 .*: file format elf32-cris
12
13 DYNAMIC RELOCATION RECORDS
14 OFFSET TYPE VALUE
15 000b3808 R_CRIS_32_TPREL x2814
16 #...
17 000b47f4 R_CRIS_32_TPREL x8188
18 #...
19 000ba4fc R_CRIS_32_TPREL x0
20 #...
21 000bb7f8 R_CRIS_32_TPREL x1345
22
23 Contents of section .got:
24 b37fc 84370b00 00000000 00000000 00000000 .*
25 b380c 00000000 00000000 00000000 00000000 .*
26 #...
27 bb7dc 00000000 00000000 00000000 00000000 .*
28 bb7ec 00000000 00000000 00000000 00000000 .*
This page took 0.030475 seconds and 4 git commands to generate.