Remove Cell Broadband Engine debugging support
[deliverable/binutils-gdb.git] / gdb / ppc-linux-nat.c
index 70e2962c99e409373e9fdae9f51a45311e653bb2..53406f61c8ed806c926503b8c56e44ea492577f2 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/user.h>
 #include <sys/ioctl.h>
 #include <sys/uio.h>
-#include "common/gdb_wait.h"
+#include "gdbsupport/gdb_wait.h"
 #include <fcntl.h>
 #include <sys/procfs.h>
 #include "nat/gdb_ptrace.h"
@@ -2646,9 +2646,6 @@ ppc_linux_nat_target::read_description ()
        perror_with_name (_("Unable to fetch AltiVec registers"));
     }
 
-  if (hwcap & PPC_FEATURE_CELL)
-    features.cell = true;
-
   features.isa205 = ppc_linux_has_isa205 (hwcap);
 
   if ((hwcap2 & PPC_FEATURE2_DSCR)
This page took 0.026442 seconds and 4 git commands to generate.