Adjust testsuite for cris-axis-aout.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / gotplt1.d
1 #source: dso-2.s
2 #source: dsofnf2.s
3 #source: gotrel1.s
4 #as: --pic --no-underscore --em=criself
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
20 DYNAMIC RELOCATION RECORDS
21 OFFSET TYPE VALUE
22 000822b4 R_CRIS_JUMP_SLOT dsofn
23
24 Contents of section .*
25 #...
26 Contents of section \.rela\.plt:
27 801ac b4220800 0b050000 00000000 .*
28 Contents of section \.plt:
29 801b8 fce17e7e 7f0dac22 0800307a 7f0db022 .*
30 801c8 08003009 7f0db422 08003009 3f7e0000 .*
31 801d8 00002ffe d8ffffff .*
32 Contents of section \.text:
33 801e0 5f1d0c00 30096f1d 0c000000 30090000 .*
34 801f0 6f0d1000 0000611a 6f2ecc01 08000000 .*
35 80200 6f3e58df ffff0000 .*
36 Contents of section \.dynamic:
37 82220 01000000 01000000 04000000 e4000800 .*
38 82230 05000000 70010800 06000000 10010800 .*
39 82240 0a000000 3b000000 0b000000 10000000 .*
40 82250 15000000 00000000 03000000 a8220800 .*
41 82260 02000000 0c000000 14000000 07000000 .*
42 82270 17000000 ac010800 00000000 00000000 .*
43 82280 00000000 00000000 00000000 00000000 .*
44 82290 00000000 00000000 00000000 00000000 .*
45 822a0 00000000 00000000 .*
46 Contents of section \.got:
47 822a8 20220800 00000000 00000000 d4010800 .*
48 822b8 cc010800 .*
This page took 0.048319 seconds and 5 git commands to generate.