summaryrefslogtreecommitdiff
path: root/debian/patches/gdb_configure.nat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/gdb_configure.nat.patch')
-rw-r--r--debian/patches/gdb_configure.nat.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/gdb_configure.nat.patch b/debian/patches/gdb_configure.nat.patch
new file mode 100644
index 0000000..12bab39
--- /dev/null
+++ b/debian/patches/gdb_configure.nat.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?b?SMOpY3RvciBPcsOzbiBNYXJ0w61uZXo=?= <zumbi@debian.org>
+Date: Wed, 20 Feb 2019 13:25:36 +0100
+Subject: gdb_configure.nat
+
+===================================================================
+---
+ gdb/configure.nat | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: gdb/gdb/configure.nat
+===================================================================
+--- gdb.orig/gdb/configure.nat 2019-02-22 11:22:25.383811537 +0100
++++ gdb/gdb/configure.nat 2019-02-22 11:23:41.284731325 +0100
+@@ -214,7 +214,7 @@
+ i386)
+ # Host: Intel 386 running the GNU Hurd
+ NATDEPFILES='i386-gnu-nat.o gnu-nat.o \
+- x86-nat.o nat/x86-dregs.o fork-child.o \
++ x86-nat.o nat/x86-dregs.o fork-child.o fork-inferior.o \
+ nat/fork-inferior.o \
+ notify_S.o process_reply_S.o msg_reply_S.o \
+ msg_U.o exc_request_U.o exc_request_S.o'