gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / split_s390_1_a1.s
CommitLineData
2b63aca3
MK
1# split_s390_1_a1.s: s390 specific, adjustment failure
2
3 .text
4
5 .global fn1
6 .type fn1,@function
7fn1:
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
This page took 0.203874 seconds and 4 git commands to generate.