提交 c1020cf2 编写于 作者: B Bobby Bingham 提交者: Rich Felker

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.
上级 3f79eaa8
......@@ -6,7 +6,7 @@
sigsetjmp:
__sigsetjmp:
ltgr %r3, %r3
bz ___setjmp
jz ___setjmp
stg %r14, 18*8(%r2)
stg %r6, 20*8(%r2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册