aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-03 13:14:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-03 13:14:50 +0000
commit55a76c19b1502f60dc27141b6ac1f4a15e9f7744 (patch)
tree50bda658ca7ad32f8afcc7cad4f0f6b9d295c733 /package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
parent86ba95601acaf56808a827656dc53c2431728bcb (diff)
downloadupstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.tar.gz
upstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.tar.bz2
upstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.zip
gdb: update to the latest version, fixes a build error with gcc 5.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46775
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.patch2
1 files changed, 1 insertions, 1 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 6b324a32af..417142419a 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
@@ -2,7 +2,7 @@ See http://sourceware.org/bugzilla/show_bug.cgi?id=14523
---
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
-@@ -350,6 +350,11 @@ gdb_signal_from_host (int hostsig)
+@@ -344,6 +344,11 @@ gdb_signal_from_host (int hostsig)
else if (64 <= hostsig && hostsig <= 127)
return (enum gdb_signal)
(hostsig - 64 + (int) GDB_SIGNAL_REALTIME_64);