diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-24 20:21:05 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-11-01 20:54:37 +0100 |
commit | f1f0ed869aa5d026a568f385c7bffa71d9230148 (patch) | |
tree | 15c26b5eb22e2d961f36fbf35d21a9f1b791e993 /package/devel/gdb/patches/100-musl_fix.patch | |
parent | 5fb5d835ded14fdd5e07298f1da48d9f15cd9c08 (diff) | |
download | upstream-f1f0ed869aa5d026a568f385c7bffa71d9230148.tar.gz upstream-f1f0ed869aa5d026a568f385c7bffa71d9230148.tar.bz2 upstream-f1f0ed869aa5d026a568f385c7bffa71d9230148.zip |
gdb: Update to version 10.1
gdb 10.1 adds many new features for example gdbserver support for
- ARC GNU/Linux
- RISC-V GNU/Linux
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/devel/gdb/patches/100-musl_fix.patch')
-rw-r--r-- | package/devel/gdb/patches/100-musl_fix.patch | 10 |
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> |