Rename some functions, index -> gdb_index
[deliverable/binutils-gdb.git] / gdb / features / s390x-vx-linux64.c
index 1f243496cbf9453b12d3854e2b3e03610f86a6e9..2e3d3824a26a907e20f7621b764af35c5d71be0e 100644 (file)
@@ -97,8 +97,8 @@ initialize_tdesc_s390x_vx_linux64 (void)
   tdesc_create_vector (feature, "v2i64", element_type, 2);
 
   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, "v4f");
   tdesc_add_field (type_with_fields, "v4_float", field_type);
   field_type = tdesc_named_type (feature, "v2d");
This page took 0.024921 seconds and 4 git commands to generate.