mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-14 21:03:31 +08:00
13 lines
183 B
ArmAsm
13 lines
183 B
ArmAsm
|
# 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
|