blob: f073eeecdc6ba234e283ea23c63f7b53d2030d1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# split_s390x_2_ns.s: s390x specific, -fsplit-stack calling non-split
.text
.global fn2
.type fn2,@function
fn2:
br %r14
.size fn2,. - fn2
.section .note.GNU-stack,"",@progbits
|