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