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]

Re: PATCH: Reformat vex_w_table


On Tue, Dec 15, 2009 at 01:37:23PM -0800, H.J. Lu wrote:
> I checked in this patch to reformat vex_w_table.
> 
> 
> H.J.
> ---
> diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
> index c50683b..1ddc537 100644
> --- a/opcodes/ChangeLog
> +++ b/opcodes/ChangeLog
> @@ -1,5 +1,9 @@
>  2009-12-15  H.J. Lu  <hongjiu.lu@intel.com>
>  
> +	* i386-dis.c (vex_w_table): Reformat.
> +

I checked in this one.


H.J.
---
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index e2c9c51..3ce95b5 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -10319,12 +10319,12 @@ static const struct dis386 vex_w_table[][2] = {
   },
   {
     /* VEX_W_E6_P_2  */
-    { "vcvttpd2dq%XY", { XMM, EXx } },
+    { "vcvttpd2dq%XY",	{ XMM, EXx } },
     { "(bad)",		{ XX } },
   },
   {
     /* VEX_W_E6_P_3  */
-    { "vcvtpd2dq%XY", { XMM, EXx } },
+    { "vcvtpd2dq%XY",	{ XMM, EXx } },
     { "(bad)",		{ XX } },
   },
   {


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