mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13 lines
187 B
ArmAsm
13 lines
187 B
ArmAsm
|
# split_s390x_2_ns.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
|