Use visitor pattern for "maint print c-tdesc"
[deliverable/binutils-gdb.git] / gdb / features / i386 / x32-linux.c
index ae49549c7f01a2b3a8f14dad1e1290fbb504769f..05d502b535ac9ab61f27893d2c69cf7ac21a52a2 100644 (file)
@@ -10,15 +10,15 @@ static void
 initialize_tdesc_x32_linux (void)
 {
   struct target_desc *result = allocate_target_description ();
-  struct tdesc_feature *feature;
-  struct tdesc_type *field_type;
-  struct tdesc_type *type;
-
   set_tdesc_architecture (result, bfd_scan_arch ("i386:x64-32"));
 
   set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux"));
 
+  struct tdesc_feature *feature;
+
   feature = tdesc_create_feature (result, "org.gnu.gdb.i386.core");
+  struct tdesc_type *field_type;
+  struct tdesc_type *type;
   type = tdesc_create_flags (feature, "i386_eflags", 4);
   tdesc_add_flag (type, 0, "CF");
   tdesc_add_flag (type, 1, "");
This page took 0.025153 seconds and 4 git commands to generate.