summaryrefslogtreecommitdiff
path: root/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:46 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:59 +0200
commitd0ac419702c94bf2d2eda50b008613bac8149745 (patch)
treec5c4631cd19aca23abf9b76abf1ecf4d50ee6f93 /package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c
parent9dcf0c59a384703891da3a65ce3df4742b5e7b4f (diff)
gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me
Diffstat (limited to 'package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c')
-rw-r--r--package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c
deleted file mode 100644
index aec39df40..000000000
--- a/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gdb-7.8.orig/gdb/common/linux-ptrace.c 2014-07-29 14:37:42.000000000 +0200
-+++ gdb-7.8/gdb/common/linux-ptrace.c 2014-09-05 00:52:41.353409084 +0200
-@@ -23,6 +23,7 @@
- #include <string.h>
- #endif
-
-+#include <sched.h>
- #include "linux-ptrace.h"
- #include "linux-procfs.h"
- #include "nat/linux-waitpid.h"