diff options
Diffstat (limited to 'devel/gdb6/files/patch-target.c')
-rw-r--r-- | devel/gdb6/files/patch-target.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/gdb6/files/patch-target.c b/devel/gdb6/files/patch-target.c index 7a4be01dd55d..3bd25996c60a 100644 --- a/devel/gdb6/files/patch-target.c +++ b/devel/gdb6/files/patch-target.c @@ -1,14 +1,11 @@ ---- gdb/target.c.orig Thu Jan 31 17:01:21 2002 -+++ gdb/target.c Fri Jun 7 16:36:06 2002 -@@ -1361,7 +1361,11 @@ +--- 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 defined(__FreeBSD__) && defined(__i386__) +- if ((*t)->to_stratum == core_stratum) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) -+#else - if ((*t)->to_stratum == core_stratum) -+#endif { runable = *t; ++count; |