PATH: Move VexNDS before VexNDD in i386-gen.c
H.J. Lu
hongjiu.lu@intel.com
Mon Dec 8 18:08:00 GMT 2008
More information about the Binutils mailing list
Mon Dec 8 18:08:00 GMT 2008
- Previous message (by thread): PATCH: Remove an extra blank line in config/tc-i386.c
- Next message (by thread): [PATCH] ARM attributes in readelf
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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),
- Previous message (by thread): PATCH: Remove an extra blank line in config/tc-i386.c
- Next message (by thread): [PATCH] ARM attributes in readelf
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list