gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / split_s390_1_n1.s
CommitLineData
2b63aca3
MK
1# split_s390_1_n1.s: s390 specific test case for -fsplit-stack -
2# no stack frame, load function address.
3
4 .text
5
6 .global fn1
7 .type fn1,@function
8fn1:
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
This page took 0.20422 seconds and 4 git commands to generate.