Home | History | Annotate | Download | only in testsuite
      1 # split_s390x_1_n1.s: s390x specific test case for -fsplit-stack -
      2 # no stack frame, load function address.
      3 
      4 	.text
      5 
      6 	.global	fn1
      7 	.type	fn1,@function
      8 fn1:
      9 	.cfi_startproc
     10 	larl	%r2, fn2
     11 	br	%r14
     12 	.cfi_endproc
     13 	.size	fn1,. - fn1
     14 
     15 	.section	.note.GNU-stack,"",@progbits
     16 	.section	.note.GNU-split-stack,"",@progbits
     17