Home | History | Annotate | Download | only in testsuite
      1 # split_s390x_1_n2.s: s390x specific test case for -fsplit-stack -
      2 # no stack frame, short sibcall (will fail)
      3 
      4 	.text
      5 
      6 	.global	fn1
      7 	.type	fn1,@function
      8 fn1:
      9 	.cfi_startproc
     10 	j	fn2
     11 	.cfi_endproc
     12 	.size	fn1,. - fn1
     13 
     14 	.section	.note.GNU-stack,"",@progbits
     15 	.section	.note.GNU-split-stack,"",@progbits
     16