Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / dso-pltdis2.d
1 #source: dsov32-1.s
2 #source: dsov32-2.s
3 #source: dsofng.s
4 #as: --pic --no-underscore --march=v32 --em=criself
5 #ld: --shared -m crislinux
6 #objdump: -d
7
8 # Complement to dso-pltdis1.d; merging the other .got.plt entry.
9 # Depending on reloc order, one of the tests would fail.
10
11 .*: file format elf32-cris
12
13 Disassembly of section \.plt:
14
15 0+1b4 <.*>:
16
17 1b4: 84e2 subq 4,\$sp
18 1b6: 0401 addoq 4,\$r0,\$acr
19 1b8: 7e7a move \$mof,\[\$sp\]
20 1ba: 3f7a move \[\$acr\],\$mof
21 1bc: 04f2 addq 4,\$acr
22 1be: 6ffa move\.d \[\$acr\],\$acr
23 1c0: bf09 jump \$acr
24 1c2: b005 nop
25 \.\.\.
26
27 000001ce <dsofn4@plt>:
28 1ce: 6f0d ..00 0000 addo\.d .*
29 1d4: 6ffa move\.d \[\$acr\],\$acr
30 1d6: bf09 jump \$acr
31 1d8: b005 nop
32 1da: 3f7e .... .... move .*,\$mof
33 1e0: bf0e .... .... ba .*
34 1e6: b005 nop
35 #...
36 1e8: 6f0d ..00 0000 addo\.d .*
37 1ee: 6ffa move\.d \[\$acr\],\$acr
38 1f0: bf09 jump \$acr
39 1f2: b005 nop
40 1f4: 3f7e .... .... move .*,\$mof
41 1fa: bf0e .... .... ba .*
42 200: b005 nop
43
44 Disassembly of section \.text:
45 #...
46 0+202 <dsofn3>:
47 202: bfbe e6ff ffff bsr 1e8 <.*>
48 208: b005 nop
49
50 0+20a <dsofn4>:
51 20a: 7f0d ae20 0000 lapc 22b8 <_GLOBAL_OFFSET_TABLE_>,\$r0
52 210: 5f0d ..00 addo\.w 0x..,\$r0,\$acr
53 214: bfbe baff ffff bsr 1ce <dsofn4@plt>
54 #pass
This page took 0.032476 seconds and 4 git commands to generate.