callstub-4.d 947 B

1234567891011121314151617181920212223242526272829303132
  1. #source: callstub-1.s
  2. #as: -a64 -mpower10
  3. #ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
  4. #objdump: -dr -Mpower10
  5. .*
  6. Disassembly of section \.text:
  7. .*\.plt_call\.f1>:
  8. .*: (04 10 00 01|01 00 10 04) pld r12,.*
  9. .*: (e5 80 .. ..|.. .. 80 e5)
  10. .*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
  11. .*: (4e 80 04 20|20 04 80 4e) bctr
  12. .*: (f8 41 00 18|18 00 41 f8) std r2,24\(r1\)
  13. .*: (e9 82 80 28|28 80 82 e9) ld r12,-32728\(r2\)
  14. .*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
  15. .*: (4e 80 04 20|20 04 80 4e) bctr
  16. .*\.plt_call\.f2>:
  17. .*: (04 10 00 01|01 00 10 04) pld r12,.*
  18. .*: (e5 80 .. ..|.. .. 80 e5)
  19. .*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
  20. .*: (4e 80 04 20|20 04 80 4e) bctr
  21. #...
  22. .*<_start>:
  23. .*: (4b ff .. ..|.. .. ff 4b) bl .*\.plt_call\.f1\+0x10>
  24. .*: (e8 41 00 18|18 00 41 e8) ld r2,24\(r1\)
  25. .*: (4b ff .. ..|.. .. ff 4b) bl .*\.plt_call\.f1>
  26. .*: (4b ff .. ..|.. .. ff 4b) bl .*\.plt_call\.f2>
  27. #pass