* emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / gotplt1.d
CommitLineData
2d4b84b0
HPN
1#source: dso-2.s
2#source: dsofnf2.s
3#source: gotrel1.s
4#as: --pic --no-underscore
5#ld: -m crislinux tmpdir/libdso-1.so
6#objdump: -sR
7
8# Make sure we don't merge a PLT-specific entry
9# (R_CRIS_JUMP_SLOT) with a non-PLT-GOT-specific entry
10# (R_CRIS_GLOB_DAT) in an executable, since they may have
11# different contents there. (If we merge them in a DSO it's ok:
12# we make a round-trip to the PLT in the executable if it's
13# referenced there, but that's still perceived as better than
14# having an unnecessary PLT, dynamic reloc and lookup in the
15# DSO.) In the executable, the GOT contents for the non-PLT
16# reloc should be constant.
17
18.*: file format elf32-cris
19
20DYNAMIC RELOCATION RECORDS
21OFFSET TYPE VALUE
22000822d4 R_CRIS_JUMP_SLOT dsofn
23
24Contents of section .*
25#...
26Contents of section \.rela\.plt:
27 801d8 d4220800 0b060000 00000000 .*
28Contents of section \.plt:
29 801e4 fce17e7e 7f0dcc22 0800307a 7f0dd022 .*
30 801f4 08003009 7f0dd422 08003009 3f7e0000 .*
31 80204 00002ffe d8ffffff .*
32Contents of section \.text:
33 8020c 5f1d0c00 30096f1d 0c000000 30090000 .*
34 8021c 6f0d1000 0000611a 6f2ef801 08000000 .*
35 8022c 6f3e64df ffff0000 .*
36Contents of section \.dynamic:
37 82240 01000000 01000000 04000000 e4000800 .*
38 82250 05000000 84010800 06000000 14010800 .*
39 82260 0a000000 51000000 0b000000 10000000 .*
40 82270 15000000 00000000 03000000 c8220800 .*
41 82280 02000000 0c000000 14000000 07000000 .*
42 82290 17000000 d8010800 00000000 00000000 .*
43 822a0 00000000 00000000 00000000 00000000 .*
44 822b0 00000000 00000000 00000000 00000000 .*
45 822c0 00000000 00000000 .*
46Contents of section \.got:
47 822c8 40220800 00000000 00000000 00020800 .*
48 822d8 f8010800 .*
This page took 0.03488 seconds and 4 git commands to generate.