X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Farch%2Fppc-linux-common.c;h=20b35807460ce5428e1ca6e2971026e7844a427b;hb=abf516c6931af1683d1e51203de1ca01467f9f85;hp=8af30e3cd4292daa7d8788aeae70e0f0f0fa98cc;hpb=78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arch/ppc-linux-common.c b/gdb/arch/ppc-linux-common.c index 8af30e3cd4..20b3580746 100644 --- a/gdb/arch/ppc-linux-common.c +++ b/gdb/arch/ppc-linux-common.c @@ -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