[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / gotplt2.d
CommitLineData
2d4b84b0
HPN
1#source: dso-2.s
2#source: dsofnf.s
3#source: gotrel1.s
9a6351f1 4#as: --pic --no-underscore --em=criself
c7dffc39 5#ld: -shared -m crislinux -z nocombreloc --hash-style=sysv
2d4b84b0
HPN
6#objdump: -sR
7
8# Make sure we merge a PLT-specific entry (usually
9# R_CRIS_JUMP_SLOT) with a GOT-specific entry (R_CRIS_GLOB_DAT)
10# in a DSO. It's ok: we make a round-trip to the PLT in the
11# executable if it's referenced there, but that's still
12# perceived as better than having an unnecessary PLT, dynamic
13# reloc and lookup in the DSO.)
14
15.*: file format elf32-cris
16
17DYNAMIC RELOCATION RECORDS
18OFFSET TYPE VALUE
fd161d86 19000021e4 R_CRIS_GLOB_DAT dsofn
2d4b84b0
HPN
20
21Contents of section .*
22#...
23Contents of section \.rela\.got:
fd161d86 24 013c e4210000 0a050000 00000000 .*
2d4b84b0 25Contents of section \.text:
fd161d86
AM
26 0148 5f1d0c00 30096f1d 0c000000 30090000 .*
27 0158 6f0d0c00 0000611a 6f3e88df ffff0000 .*
2d4b84b0 28Contents of section \.dynamic:
fd161d86
AM
29 2168 04000000 94000000 05000000 20010000 .*
30 2178 06000000 c0000000 0a000000 19000000 .*
31 2188 0b000000 10000000 07000000 3c010000 .*
32 2198 08000000 0c000000 09000000 0c000000 .*
33 21a8 00000000 00000000 00000000 00000000 .*
34 21b8 00000000 00000000 00000000 00000000 .*
35 21c8 00000000 00000000 00000000 00000000 .*
2d4b84b0 36Contents of section \.got:
fd161d86 37 21d8 68210000 00000000 00000000 00000000 .*
This page took 0.60996 seconds and 4 git commands to generate.