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
This commit is contained in:
Felix Fietkau
2015-09-03 13:14:50 +00:00
parent 86ba95601a
commit 55a76c19b1
5 changed files with 7 additions and 93 deletions

View File

@@ -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);