Remove Cell Broadband Engine debugging support
[deliverable/binutils-gdb.git] / gdb / arch / ppc-linux-common.h
index fe332accdcae5757f20a23adbfbf89e022a5949a..1f91ff0576ea669a648f9ade556c25663ef48a5b 100644 (file)
@@ -58,7 +58,6 @@ struct ppc_linux_features
   bool ppr_dscr;
   bool isa207;
   bool htm;
-  bool cell;
 };
 
 /* Base value for ppc_linux_features variables.  */
@@ -70,7 +69,6 @@ const struct ppc_linux_features ppc_linux_no_features = {
   false,
   false,
   false,
-  false,
 };
 
 /* Return a target description that matches FEATURES.  */
This page took 0.026044 seconds and 4 git commands to generate.