Adjust gdb.mi/mi-sym-info.exp filename patterns.
[deliverable/binutils-gdb.git] / gdb / features / rs6000 / powerpc-altivec64l.c
index c7ed171cfa8b64e4d9f4f8e441092cef44a12b76..ce0bc86137edfc7e9a0fe358383b0f1dae5a9b6f 100644 (file)
@@ -108,8 +108,8 @@ initialize_tdesc_powerpc_altivec64l (void)
   tdesc_create_vector (feature, "v16i8", element_type, 16);
 
   tdesc_type_with_fields *type_with_fields;
-  tdesc_type *field_type;
   type_with_fields = tdesc_create_union (feature, "vec128");
+  tdesc_type *field_type;
   field_type = tdesc_named_type (feature, "uint128");
   tdesc_add_field (type_with_fields, "uint128", field_type);
   field_type = tdesc_named_type (feature, "v4f");
This page took 0.023278 seconds and 4 git commands to generate.