split_s390_1_a1.s 551 B

123456789101112131415161718192021222324252627
  1. # split_s390_1_a1.s: s390 specific, adjustment failure
  2. .text
  3. .global fn1
  4. .type fn1,@function
  5. fn1:
  6. .cfi_startproc
  7. stm %r13, %r15, 0x34(%r15)
  8. .cfi_offset %r13, -0x2c
  9. .cfi_offset %r14, -0x28
  10. .cfi_offset %r15, -0x24
  11. ahi %r15, -0x60
  12. .cfi_adjust_cfa_offset 0x60
  13. brasl %r14, __morestack
  14. brasl %r14, fn2
  15. lm %r13, %r15, 0x94(%r15)
  16. .cfi_restore %r13
  17. .cfi_restore %r14
  18. .cfi_restore %r15
  19. .cfi_adjust_cfa_offset -0x60
  20. br %r14
  21. .cfi_endproc
  22. .size fn1,. - fn1
  23. .section .note.GNU-stack,"",@progbits
  24. .section .note.GNU-split-stack,"",@progbits