mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 03:37:29 +00:00
fix crashing sigsetjmp on s390x
the bz instruction that was wrongly used only admits a small immediate displacement and cannot be used with external symbols; apparently the linker fails to diagnose the overflow.
This commit is contained in:
parent
3f79eaa870
commit
c1020cf21e
@ -6,7 +6,7 @@
|
||||
sigsetjmp:
|
||||
__sigsetjmp:
|
||||
ltgr %r3, %r3
|
||||
bz ___setjmp
|
||||
jz ___setjmp
|
||||
|
||||
stg %r14, 18*8(%r2)
|
||||
stg %r6, 20*8(%r2)
|
||||
|
Loading…
Reference in New Issue
Block a user