blob: 54c0db69459d4309efd2d3564a2f03ff6d80f403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# split_x32_n.s: x32 specific, -fsplit-stack calling non-split
.text
.global fn3
.type fn3,@function
fn3:
retq
.size fn3,. - fn3
.section .note.GNU-stack,"",@progbits
|