mirror of
https://github.com/pmmp/musl-cross-make.git
synced 2024-11-24 10:46:11 +00:00
7ea487218f
new patch: 0017-c++-abi-break.diff fixes a C++ ABI break regression. 0010-static-pie-support.diff was removed as it doesn't apply anymore, and forward-porting it requires arcane knowledge of GCC details. the patches 0018 and 0019 have been copied from GCC 7.3.0. the static pie patch from GCC 6.4.0, renumbered 0020, depends on the reversions they make.
14 lines
570 B
Diff
14 lines
570 B
Diff
diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h
|
|
index bf12de5..4035c121 100644
|
|
--- a/libgcc/config/mips/linux-unwind.h
|
|
+++ b/libgcc/config/mips/linux-unwind.h
|
|
@@ -27,7 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
state data appropriately. See unwind-dw2.c for the structs. */
|
|
|
|
#include <signal.h>
|
|
-#include <asm/unistd.h>
|
|
+#include <sys/syscall.h>
|
|
|
|
/* The third parameter to the signal handler points to something with
|
|
* this structure defined in asm/ucontext.h, but the name clashes with
|