X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Farch%2Fppc-linux-common.h;h=1f91ff0576ea669a648f9ade556c25663ef48a5b;hb=abf516c6931af1683d1e51203de1ca01467f9f85;hp=fe332accdcae5757f20a23adbfbf89e022a5949a;hpb=78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arch/ppc-linux-common.h b/gdb/arch/ppc-linux-common.h index fe332accdc..1f91ff0576 100644 --- a/gdb/arch/ppc-linux-common.h +++ b/gdb/arch/ppc-linux-common.h @@ -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. */