]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-cris/tls-ok-30.d
8ab8c2a05922397748f1dd6bb9ace77f1463765a
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ok-30.d
1 #source: tls-gdgotrelm.s --defsym r=8191
2 #as: --no-underscore --em=criself --pic
3 #ld: --shared -m crislinux --hash-style=sysv
4 #objdump: -s -j .got -R
5
6 # Verify that the first and last R_CRIS_16_GOT_GD entries are ok just
7 # below the limit, in a DSO. Beware, the order here is quite random,
8 # supposedly depending on symbol hashes.
9
10 .*: file format elf32-cris
11
12 DYNAMIC RELOCATION RECORDS
13 OFFSET TYPE VALUE
14 000b38bc R_CRIS_DTP x2814
15 #...
16 000b82fc R_CRIS_DTP x8190
17 #...
18 000c12b4 R_CRIS_DTP x0
19 #...
20 000c38ac R_CRIS_DTP x1345
21
22 Contents of section .got:
23 b38b0 40380b00 00000000 00000000 00000000 .*
24 b38c0 00000000 00000000 00000000 00000000 .*
25 #...
26 c3890 00000000 00000000 00000000 00000000 .*
27 c38a0 00000000 00000000 00000000 00000000 .*
28 c38b0 00000000 .*
29 #PASS