mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
14 lines
231 B
ArmAsm
14 lines
231 B
ArmAsm
|
# split_s390x_2_s.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
|
||
|
.section .note.GNU-split-stack,"",@progbits
|