gdb: update to the latest version, fixes a build error with gcc 5.2
[openwrt/openwrt.git] / package / devel / gdb / patches / 001-gdb-pr14523-mips-signal-number.patch
index 6b324a32afb35194961bb9462276cbfdb6d15140..417142419a601755ce4974db56ec76abc960cf40 100644 (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);