X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ffeatures%2Fi386%2F64bit-mpx.c;h=3eabc9d33c5af9107bf7fe768a4873d5d8aa9140;hb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;hp=f8730b4feb0c7cff441858c7b644e2910d3d2560;hpb=d4a0e8b57d6f85e4ee4a31e0e6929ff5b4fd9823;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/features/i386/64bit-mpx.c b/gdb/features/i386/64bit-mpx.c index f8730b4feb..3eabc9d33c 100644 --- a/gdb/features/i386/64bit-mpx.c +++ b/gdb/features/i386/64bit-mpx.c @@ -1,17 +1,17 @@ /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: Original: 64bit-mpx.xml */ -#include "arch/tdesc.h" +#include "gdbsupport/tdesc.h" static int create_feature_i386_64bit_mpx (struct target_desc *result, long regnum) { struct tdesc_feature *feature; - feature = tdesc_create_feature (result, "org.gnu.gdb.i386.mpx", "64bit-mpx.xml"); + feature = tdesc_create_feature (result, "org.gnu.gdb.i386.mpx"); tdesc_type_with_fields *type_with_fields; - tdesc_type *field_type; type_with_fields = tdesc_create_struct (feature, "br128"); + tdesc_type *field_type; field_type = tdesc_named_type (feature, "uint64"); tdesc_add_field (type_with_fields, "lbound", field_type); field_type = tdesc_named_type (feature, "uint64");