aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-19 22:49:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-19 22:49:42 +0000
commit500725cc519f4ba8bdd0b4ad19bb7609d1279d6c (patch)
tree0ddf24bffe729338aaeedbeb2e2a376508feeb0e /package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
parent97249405f8ece053f48bc6c4c8fcd31e9a3d4775 (diff)
downloadmaster-187ad058-500725cc519f4ba8bdd0b4ad19bb7609d1279d6c.tar.gz
master-187ad058-500725cc519f4ba8bdd0b4ad19bb7609d1279d6c.tar.bz2
master-187ad058-500725cc519f4ba8bdd0b4ad19bb7609d1279d6c.zip
gdb: update to version 7.8, fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch')
-rw-r--r--package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch b/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
index c462399bb5..6b324a32af 100644
--- a/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
+++ b/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
@@ -1,8 +1,8 @@
See http://sourceware.org/bugzilla/show_bug.cgi?id=14523
---
---- gdb-7.5.org/gdb/common/signals.c 2012-05-24 18:51:37.000000000 +0200
-+++ gdb-7.5.org/gdb/common/signals.c 2012-08-29 22:32:07.000000000 +0200
-@@ -346,6 +346,11 @@
+--- a/gdb/common/signals.c
++++ b/gdb/common/signals.c
+@@ -350,6 +350,11 @@ gdb_signal_from_host (int hostsig)
else if (64 <= hostsig && hostsig <= 127)
return (enum gdb_signal)
(hostsig - 64 + (int) GDB_SIGNAL_REALTIME_64);