* emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
[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
4#as: --pic --no-underscore
5#ld: -shared -m crislinux -z nocombreloc
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
190000235c R_CRIS_GLOB_DAT dsofn
20
21Contents of section .*
22#...
23Contents of section \.rela\.got:
24 02a8 5c230000 0a120000 00000000 .*
25Contents of section \.text:
26 02b4 5f1d0c00 30096f1d 0c000000 30090000 .*
27 02c4 6f0d0c00 0000611a 6f3e7cdf ffff0000 .*
28Contents of section \.dynamic:
29 22e0 04000000 94000000 05000000 5c020000 .*
30 22f0 06000000 2c010000 0a000000 49000000 .*
31 2300 0b000000 10000000 07000000 a8020000 .*
32 2310 08000000 0c000000 09000000 0c000000 .*
33 2320 00000000 00000000 00000000 00000000 .*
34 2330 00000000 00000000 00000000 00000000 .*
35 2340 00000000 00000000 00000000 00000000 .*
36Contents of section \.got:
37 2350 e0220000 00000000 00000000 00000000 .*
This page took 0.034839 seconds and 4 git commands to generate.