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]

PATH: Move VexNDS before VexNDD in i386-gen.c


I am checking in this patch to move VexNDS before VexNDD. It doesn't
affect the outputs from i386-gen.c.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.1322
diff -u -p -r1.1322 ChangeLog
--- ChangeLog	8 Dec 2008 17:43:06 -0000	1.1322
+++ ChangeLog	8 Dec 2008 18:05:51 -0000
@@ -1,5 +1,9 @@
 2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
+
+2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* i386-dis.c (putop): Remove strayed comments.
 
 2008-12-04  Ben Elliston  <bje@au.ibm.com>
Index: i386-gen.c
===================================================================
RCS file: /cvs/src/src/opcodes/i386-gen.c,v
retrieving revision 1.40
diff -u -p -r1.40 i386-gen.c
--- i386-gen.c	30 Sep 2008 19:47:14 -0000	1.40
+++ i386-gen.c	8 Dec 2008 18:05:51 -0000
@@ -323,8 +323,8 @@ static bitfield opcode_modifiers[] =
   BITFIELD (Drexc),
   BITFIELD (Vex),
   BITFIELD (Vex256),
-  BITFIELD (VexNDD),
   BITFIELD (VexNDS),
+  BITFIELD (VexNDD),
   BITFIELD (VexW0),
   BITFIELD (VexW1),
   BITFIELD (Vex0F),


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