Set 256bit vector type name to builtin_type_vec256i.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 13 Sep 2010 17:39:48 +0000 (17:39 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 13 Sep 2010 17:39:48 +0000 (17:39 +0000)
2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>

* i386-tdep.c (i386_ymm_type): Set type name to
builtin_type_vec256i.

gdb/ChangeLog
gdb/i386-tdep.c

index b0593232b37960e217a66a209fa139fa347151cb..41c096450417d9dff4c1c9e28a21ec5429fcdbba 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-tdep.c (i386_ymm_type): Set type name to
+       builtin_type_vec256i.
+
 2010-09-12  Michael Snyder  <msnyder@vmware.com>
 
        * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
index ff7875b7dd96e1b43d742466357887694718009c..4016a7059dafea654e81aaa40cb4e4b49f79308b 100644 (file)
@@ -2417,7 +2417,7 @@ i386_ymm_type (struct gdbarch *gdbarch)
                                   init_vector_type (bt->builtin_int128, 2));
 
       TYPE_VECTOR (t) = 1;
-      TYPE_NAME (t) = "builtin_type_vec128i";
+      TYPE_NAME (t) = "builtin_type_vec256i";
       tdep->i386_ymm_type = t;
     }
 
This page took 0.031585 seconds and 4 git commands to generate.