split_s390x_1_n2.s 300 B

123456789101112131415
  1. # split_s390x_1_n2.s: s390x specific test case for -fsplit-stack -
  2. # no stack frame, short sibcall (will fail)
  3. .text
  4. .global fn1
  5. .type fn1,@function
  6. fn1:
  7. .cfi_startproc
  8. j fn2
  9. .cfi_endproc
  10. .size fn1,. - fn1
  11. .section .note.GNU-stack,"",@progbits
  12. .section .note.GNU-split-stack,"",@progbits