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: Re-indent prefix_table


Hi,

I checked in this patch.

H.J.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 042b7cd..158d456 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (prefix_table): Re-indent PREFIX_VEX_0F388C and
+	PREFIX_VEX_0F388E.
+
 2011-06-17  Andreas Schwab  <schwab@redhat.com>
 
 	* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 563d66e..1626365 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -4828,14 +4828,14 @@ static const struct dis386 prefix_table[][4] = {
   {
     { Bad_Opcode },
     { Bad_Opcode },
-     { MOD_TABLE (MOD_VEX_0F388C_PREFIX_2) },
+    { MOD_TABLE (MOD_VEX_0F388C_PREFIX_2) },
   },
 
   /* PREFIX_VEX_0F388E */
   {
     { Bad_Opcode },
     { Bad_Opcode },
-     { MOD_TABLE (MOD_VEX_0F388E_PREFIX_2) },
+    { MOD_TABLE (MOD_VEX_0F388E_PREFIX_2) },
   },
 
   /* PREFIX_VEX_0F3890 */


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