gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / split_s390x_1_n2.s
1 # split_s390x_1_n2.s: s390x 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
8 fn1:
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.032146 seconds and 4 git commands to generate.