aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch
diff options
context:
space:
mode:
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.patch4
1 files changed, 2 insertions, 2 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 f78c7ed315..b8e7b10fc9 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,7 +1,7 @@
See http://sourceware.org/bugzilla/show_bug.cgi?id=14523
---- a/gdb/common/signals.c
-+++ b/gdb/common/signals.c
+--- a/gdbsupport/signals.cc
++++ b/gdbsupport/signals.cc
@@ -348,6 +348,11 @@ gdb_signal_from_host (int hostsig)
else if (64 <= hostsig && hostsig <= 127)
return (enum gdb_signal)