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