Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ok-30.d
CommitLineData
bcae4342
HPN
1#source: tls-gdgotrelm.s --defsym r=8191
2#as: --no-underscore --em=criself --pic
c7dffc39 3#ld: --shared -m crislinux --hash-style=sysv
bcae4342
HPN
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
12DYNAMIC RELOCATION RECORDS
13OFFSET TYPE VALUE
fd161d86 14000b38bc R_CRIS_DTP x2814
bcae4342 15#...
fd161d86 16000b82fc R_CRIS_DTP x8190
bcae4342 17#...
fd161d86 18000c12b4 R_CRIS_DTP x0
bcae4342 19#...
fd161d86 20000c38ac R_CRIS_DTP x1345
bcae4342
HPN
21
22Contents of section .got:
fd161d86
AM
23 b38b0 40380b00 00000000 00000000 00000000 .*
24 b38c0 00000000 00000000 00000000 00000000 .*
bcae4342 25#...
fd161d86
AM
26 c3890 00000000 00000000 00000000 00000000 .*
27 c38a0 00000000 00000000 00000000 00000000 .*
28 c38b0 00000000 .*
bcae4342 29#PASS
This page took 0.485957 seconds and 4 git commands to generate.