gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / split_s390_1_n2.s
CommitLineData
2b63aca3
MK
1# split_s390_1_n2.s: s390 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
8fn1:
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
This page took 0.234059 seconds and 4 git commands to generate.