aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66/files/patch-target.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb66/files/patch-target.c')
-rw-r--r--devel/gdb66/files/patch-target.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb66/files/patch-target.c b/devel/gdb66/files/patch-target.c
deleted file mode 100644
index 3bd25996c60a..000000000000
--- a/devel/gdb66/files/patch-target.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdb/target.c Mon Aug 26 12:18:33 2002
-+++ gdb/target.c Sun Oct 13 10:51:32 2002
-@@ -1429,7 +1429,7 @@
- for (t = target_structs; t < target_structs + target_struct_size;
- ++t)
- {
-- if ((*t)->to_stratum == core_stratum)
-+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
- {
- runable = *t;
- ++count;