]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/features/rs6000/powerpc-altivec64.c
gdb:
[thirdparty/binutils-gdb.git] / gdb / features / rs6000 / powerpc-altivec64.c
index 404a92d954cb438c6ba81feea1c96cc33a476e85..dd1df89d6ed81da09fa8df27e203f8a4bdcbd4ab 100644 (file)
@@ -122,7 +122,7 @@ initialize_tdesc_powerpc_altivec64 (void)
   append_composite_type_field (type, xstrdup ("v8_int16"), field_type);
   field_type = tdesc_named_type (feature, "v16i8");
   append_composite_type_field (type, xstrdup ("v16_int8"), field_type);
-  TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR;
+  TYPE_VECTOR (type) = 1;
   tdesc_record_type (feature, type);
 
   tdesc_create_reg (feature, "vr0", 71, 1, NULL, 128, "vec128");