Fix build error in gdb/rocm-tdep.c
[deliverable/binutils-gdb.git] / gdb / arch / ppc-linux-common.h
index fe332accdcae5757f20a23adbfbf89e022a5949a..40209abdf1f4fe7549b5a3789ae51746b22c4e3f 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target dependent code for GNU/Linux on PPC systems.
 
-   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 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.025378 seconds and 4 git commands to generate.