mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
14 lines
233 B
ArmAsm
14 lines
233 B
ArmAsm
|
# split_s390_2_s.s: s390 specific, -fsplit-stack calling -fsplit-stack
|
||
|
|
||
|
.text
|
||
|
|
||
|
.global fn2
|
||
|
.type fn2,@function
|
||
|
fn2:
|
||
|
br %r14
|
||
|
|
||
|
.size fn2,. - fn2
|
||
|
|
||
|
.section .note.GNU-stack,"",@progbits
|
||
|
.section .note.GNU-split-stack,"",@progbits
|