* rs6000-tdep.c (rs6000_builtin_type_vec128): Don't use
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 95bf7c9724fec11b378eb12054234b1fa5889cf6..c77acb6de86f914b4b4526533504160a3e872147 100644 (file)
@@ -1096,7 +1096,7 @@ maint_print_c_tdesc_cmd (char *args, int from_tty)
                }
              if (TYPE_VECTOR (type))
                printf_unfiltered
-                 ("  TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR;\n");
+                 ("  TYPE_VECTOR (type) = 1;\n");
              break;
            default:
              error (_("C output is not supported type \"%s\"."), TYPE_NAME (type));
This page took 0.025991 seconds and 4 git commands to generate.