PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / dso12-pltdis.d
CommitLineData
1e22530e
HPN
1#source: expdyn1.s
2#source: dsov32-1.s
3#source: dsov32-2.s
4#as: --pic --no-underscore --march=v32 --em=criself
c7dffc39 5#ld: --shared -m crislinux -z nocombreloc --hash-style=sysv
1e22530e
HPN
6#objdump: -d
7
8# Check dissassembly of .plt section.
9
10.*: file format elf32-cris
11
12Disassembly of section \.plt:
13
fd161d86
AM
140+198 <.plt>:
15
16 198: 84e2 subq 4,\$sp
17 19a: 0401 addoq 4,\$r0,\$acr
18 19c: 7e7a move \$mof,\[\$sp\]
19 19e: 3f7a move \[\$acr\],\$mof
20 1a0: 04f2 addq 4,\$acr
21 1a2: 6ffa move\.d \[\$acr\],\$acr
22 1a4: bf09 jump \$acr
23 1a6: b005 nop
1e22530e
HPN
24 \.\.\.
25
fd161d86
AM
260+1b2 <dsofn4@plt>:
27 1b2: 6f0d 0c00 0000 addo\.d c <.*>,\$r0,\$acr
28 1b8: 6ffa move\.d \[\$acr\],\$acr
29 1ba: bf09 jump \$acr
30 1bc: b005 nop
31 1be: 3f7e 0000 0000 move 0 <.*>,\$mof
32 1c4: bf0e d4ff ffff ba 198 <.*>
33 1ca: b005 nop
34
350+1cc <dsofn@plt>:
36 1cc: 6f0d 1000 0000 addo\.d 10 <.*>,\$r0,\$acr
37 1d2: 6ffa move\.d \[\$acr\],\$acr
38 1d4: bf09 jump \$acr
39 1d6: b005 nop
40 1d8: 3f7e 0c00 0000 move c <.*>,\$mof
41 1de: bf0e baff ffff ba 198 <.*>
42 1e4: b005 nop
1e22530e
HPN
43
44Disassembly of section \.text:
45#...
fd161d86
AM
460+1ea <dsofn3>:
47 1ea: bfbe e2ff ffff bsr 1cc <dsofn@plt>
48 1f0: b005 nop
49
500+1f2 <dsofn4>:
51 1f2: 7f0d a620 0000 lapc 2298 <_GLOBAL_OFFSET_TABLE_>,\$r0
52 1f8: 5f0d 1400 addo\.w 0x14,\$r0,\$acr
53 1fc: bfbe b6ff ffff bsr 1b2 <dsofn4@plt>
1e22530e 54#pass
This page took 0.454893 seconds and 4 git commands to generate.