This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Change VEX_LEN_AE_R_X_M0 to VEX_LEN_AE_R_X_M_0 in comments


Hi,

I am checkin in this patch to change VEX_LEN_AE_R_X_M0 to
VEX_LEN_AE_R_X_M_0 in comments.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 6775)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2009-09-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
+	VEX_LEN_AE_R_X_M_0 in comments.
+
 2009-09-08  DJ Delorie  <dj@redhat.com>
 
 	* mep-opc.c: Regenerate.
Index: i386-dis.c
===================================================================
--- i386-dis.c	(revision 6775)
+++ i386-dis.c	(working copy)
@@ -7632,13 +7632,13 @@ static const struct dis386 vex_len_table
     { "(bad)",		{ XX } },
   },
 
-  /* VEX_LEN_AE_R_2_M0 */
+  /* VEX_LEN_AE_R_2_M_0 */
   {
     { "vldmxcsr",	{ Md } },
     { "(bad)",		{ XX } },
   },
 
-  /* VEX_LEN_AE_R_3_M0 */
+  /* VEX_LEN_AE_R_3_M_0 */
   {
     { "vstmxcsr",	{ Md } },
     { "(bad)",		{ XX } },


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]