diff options
Diffstat (limited to 'devel/gdb53-act/files/patch-gdb_target.c')
-rw-r--r-- | devel/gdb53-act/files/patch-gdb_target.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb53-act/files/patch-gdb_target.c b/devel/gdb53-act/files/patch-gdb_target.c deleted file mode 100644 index 3bd25996c60a..000000000000 --- a/devel/gdb53-act/files/patch-gdb_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; |