]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 465782 - s390x: Avoid __builtin_setjmp
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 15 Feb 2023 17:02:37 +0000 (18:02 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 10 May 2023 14:03:45 +0000 (16:03 +0200)
commitd3ee8178e1d28c409520646a4f776eb9b946456a
treebe5decec0c574db5ef2e878bd4cc1537f09b620c
parent165c3769580b7f256aedb0b5d48972fa28b30094
Bug 465782 - s390x: Avoid __builtin_setjmp

Currently Clang doesn't support __builtin_setjmp() on s390x.  Since
Valgrind already has an alternate implementation of setjmp/longjmp for
many other platforms, just add one for s390x as well, to get rid of this
dependency.
coregrind/m_libcsetjmp.c
include/pub_tool_libcsetjmp.h