gdb:
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index d48ea9ec629c7efd5fbf4eba768a7c16d38270c8..fa00cc4543759376478d611d6a2229e1c62b48c6 100644 (file)
@@ -2087,7 +2087,7 @@ rs6000_builtin_type_vec64 (struct gdbarch *gdbarch)
       append_composite_type_field (t, "v8_int8",
                                   init_vector_type (builtin_type_int8, 8));
 
-      TYPE_FLAGS (t) |= TYPE_FLAG_VECTOR;
+      TYPE_VECTOR (t) = 1;
       TYPE_NAME (t) = "ppc_builtin_type_vec64";
       tdep->ppc_builtin_type_vec64 = t;
     }
This page took 0.024878 seconds and 4 git commands to generate.