Remove Cell Broadband Engine debugging support
[deliverable/binutils-gdb.git] / gdb / arch / ppc-linux-common.h
index 9ecb02bcf6aec47e55b568ba61637b8bb8af14ef..1f91ff0576ea669a648f9ade556c25663ef48a5b 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target dependent code for GNU/Linux on PPC systems.
 
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2018-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024011 seconds and 4 git commands to generate.