Set 256bit vector type name to builtin_type_vec256i.
2010-09-13 H.J. Lu <hongjiu.lu@intel.com> * i386-tdep.c (i386_ymm_type): Set type name to builtin_type_vec256i.
This commit is contained in:
parent
47c8d350c8
commit
0c5acf93f1
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue