[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[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 --hash-style=sysv
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 00082224 R_CRIS_JUMP_SLOT dsofn
23
24 Contents of section .*
25 #...
26 Contents of section \.rela\.plt:
27 80134 24220800 0b010000 00000000 .*
28 Contents of section \.plt:
29 80140 fce17e7e 7f0d1c22 0800307a 7f0d2022 .*
30 80150 08003009 7f0d2422 08003009 3f7e0000 .*
31 80160 00002ffe d8ffffff .*
32 Contents of section \.text:
33 80168 5f1d0c00 30096f1d 0c000000 30090000 .*
34 80178 6f0d1000 0000611a 6f2e5401 08000000 .*
35 80188 6f3e70df ffff0000 .*
36 Contents of section \.dynamic:
37 82190 01000000 01000000 04000000 e4000800 .*
38 821a0 05000000 18010800 06000000 f8000800 .*
39 821b0 0a000000 1a000000 0b000000 10000000 .*
40 821c0 15000000 00000000 03000000 18220800 .*
41 821d0 02000000 0c000000 14000000 07000000 .*
42 821e0 17000000 34010800 00000000 00000000 .*
43 821f0 00000000 00000000 00000000 00000000 .*
44 82200 00000000 00000000 00000000 00000000 .*
45 82210 00000000 00000000 .*
46 Contents of section \.got:
47 82218 90210800 00000000 00000000 5c010800 .*
48 82228 54010800 .*
This page took 0.041328 seconds and 4 git commands to generate.