ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / callstub-1.d
CommitLineData
7c1f4227 1#as: -a64 -mpower10
3836e1d1 2#ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
7c1f4227 3#objdump: -dr -Mpower10
60d53d7f
AM
4
5.*
6
7Disassembly of section \.text:
8
9.*\.plt_call\.f1>:
10.*: (f8 41 00 18|18 00 41 f8) std r2,24\(r1\)
11.*: (60 00 00 00|00 00 00 60) nop
12.*: (04 10 00 01|01 00 10 04) pld r12,.*
13.*: (e5 80 .. ..|.. .. 80 e5)
14.*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
15.*: (4e 80 04 20|20 04 80 4e) bctr
16
17.*\.plt_call\.f2>:
18.*: (04 10 00 01|01 00 10 04) pld r12,.*
19.*: (e5 80 .. ..|.. .. 80 e5)
20.*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
21.*: (4e 80 04 20|20 04 80 4e) bctr
22#...
23.*: (4b ff ff c1|c1 ff ff 4b) bl .*\.plt_call\.f1>
24.*: (e8 41 00 18|18 00 41 e8) ld r2,24\(r1\)
25.*: (4b ff ff bd|bd ff ff 4b) bl .*\.plt_call\.f1\+0x4>
26.*: (4b ff ff cd|cd ff ff 4b) bl .*\.plt_call\.f2>
27.*: (04 10 00 01|01 00 10 04) pld r3,.*
28.*: (e4 60 .. ..|.. .. 60 e4)
29#pass
This page took 0.069618 seconds and 4 git commands to generate.