split_s390x_1_a1.s 557 B

123456789101112131415161718192021222324252627
  1. # split_s390x_1_a1.s: s390x specific, adjustment failure
  2. .text
  3. .global fn1
  4. .type fn1,@function
  5. fn1:
  6. .cfi_startproc
  7. stmg %r13, %r15, 0x68(%r15)
  8. .cfi_offset %r13, -0x38
  9. .cfi_offset %r14, -0x30
  10. .cfi_offset %r15, -0x28
  11. aghi %r15, -0xa0
  12. .cfi_adjust_cfa_offset 0xa0
  13. brasl %r14, __morestack
  14. brasl %r14, fn2
  15. lmg %r13, %r15, 0x108(%r15)
  16. .cfi_restore %r13
  17. .cfi_restore %r14
  18. .cfi_restore %r15
  19. .cfi_adjust_cfa_offset -0xa0
  20. br %r14
  21. .cfi_endproc
  22. .size fn1,. - fn1
  23. .section .note.GNU-stack,"",@progbits
  24. .section .note.GNU-split-stack,"",@progbits