aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/100-musl_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/devel/gdb/patches/100-musl_fix.patch')
-rw-r--r--package/devel/gdb/patches/100-musl_fix.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/devel/gdb/patches/100-musl_fix.patch b/package/devel/gdb/patches/100-musl_fix.patch
index 8ba6d46900..e0d871d291 100644
--- a/package/devel/gdb/patches/100-musl_fix.patch
+++ b/package/devel/gdb/patches/100-musl_fix.patch
@@ -8,9 +8,9 @@
#include "defs.h"
#include "inferior.h"
#include "infrun.h"
-@@ -72,6 +73,10 @@
- #define SPUFS_MAGIC 0x23c9b64e
- #endif
+@@ -70,6 +71,10 @@
+ #include "gdbsupport/gdb-sigmask.h"
+ #include "debug.h"
+#ifndef __SIGRTMIN
+#define __SIGRTMIN SIGRTMIN
@@ -39,8 +39,8 @@
#include <asm/cputable.h>
/* This sometimes isn't defined. */
---- a/gdb/gdbserver/linux-ppc-low.c
-+++ b/gdb/gdbserver/linux-ppc-low.c
+--- a/gdbserver/linux-ppc-low.cc
++++ b/gdbserver/linux-ppc-low.cc
@@ -23,7 +23,9 @@
#include "elf/common.h"
#include <sys/uio.h>