Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / notoc2.d
1 #source: notoc2.s
2 #as: -a64 -mfuture
3 #ld: -shared -z norelro
4 #objdump: -d -Mfuture
5 #target: powerpc64*-*-*
6
7 .*
8
9 Disassembly of section \.text:
10
11 .* <.*\.plt_call\.puts>:
12 .*: (04 10 00 01|01 00 10 04) pld r12,66200
13 .*: (e5 80 02 98|98 02 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 .*: (04 13 ff ff|ff ff 13 04) pld r12,-1
18 .*: (e5 80 ff ff|ff ff 80 e5)
19 .*: (04 10 00 00|00 00 10 04) pld r12,0
20 .*: (e5 80 00 00|00 00 80 e5)
21 .*: (06 13 ff ff|ff ff 13 06) pla r12,-1
22 .*: (39 80 ff ff|ff ff 80 39)
23 .*: (06 10 00 00|00 00 10 06) pla r12,0
24 .*: (39 80 00 00|00 00 80 39)
25 .*: (06 10 00 00|00 00 10 06) pla r3,92
26 .*: (38 60 00 5c|5c 00 60 38)
27 .*: (4b ff ff 99|99 ff ff 4b) bl .* <.*\.plt_call\.puts>
28 .*: (60 00 00 00|00 00 00 60) nop
29 #pass
This page took 0.030938 seconds and 4 git commands to generate.