1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Our FreeBSDims will not work on sparc64 at this time.

This commit is contained in:
David E. O'Brien 2002-06-07 23:37:20 +00:00
parent b26af2a901
commit 23d8136444
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60814
6 changed files with 42 additions and 24 deletions

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;

View File

@ -1,11 +1,14 @@
--- gdb/target.c Thu Jan 31 17:01:21 2002 --- gdb/target.c.orig Thu Jan 31 17:01:21 2002
+++ gdb/target.c Mon May 27 18:16:52 2002 +++ gdb/target.c Fri Jun 7 16:36:06 2002
@@ -1361,7 +1361,7 @@ @@ -1361,7 +1361,11 @@
for (t = target_structs; t < target_structs + target_struct_size; for (t = target_structs; t < target_structs + target_struct_size;
++t) ++t)
{ {
- if ((*t)->to_stratum == core_stratum) +#if defined(__FreeBSD__) && !defined(__sparc64__)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
+#else
if ((*t)->to_stratum == core_stratum)
+#endif
{ {
runable = *t; runable = *t;
++count; ++count;