mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00: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
|