Don't write to inferior_ptid in go32-nat.c
[deliverable/binutils-gdb.git] / gdb / arch / ppc-linux-common.c
index 8af30e3cd4292daa7d8788aeae70e0f0f0fa98cc..183fc03395b693127d65a825de4c52e504be33a4 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.
 
@@ -50,9 +50,7 @@ ppc_linux_match_description (struct ppc_linux_features features)
 
   if (features.wordsize == 8)
     {
-      if (features.cell)
-       tdesc = tdesc_powerpc_cell64l;
-      else if (features.vsx)
+      if (features.vsx)
        tdesc = (features.htm? tdesc_powerpc_isa207_htm_vsx64l
                 : features.isa207? tdesc_powerpc_isa207_vsx64l
                 : features.ppr_dscr? tdesc_powerpc_isa205_ppr_dscr_vsx64l
@@ -69,9 +67,7 @@ ppc_linux_match_description (struct ppc_linux_features features)
     {
       gdb_assert (features.wordsize == 4);
 
-      if (features.cell)
-       tdesc = tdesc_powerpc_cell32l;
-      else if (features.vsx)
+      if (features.vsx)
        tdesc = (features.htm? tdesc_powerpc_isa207_htm_vsx32l
                 : features.isa207? tdesc_powerpc_isa207_vsx32l
                 : features.ppr_dscr? tdesc_powerpc_isa205_ppr_dscr_vsx32l
This page took 0.024841 seconds and 4 git commands to generate.