]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move Imm1 before Imm8.
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Dec 2009 21:07:58 +0000 (21:07 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Dec 2009 21:07:58 +0000 (21:07 +0000)
2009-12-18  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (operand_types): Move Imm1 before Imm8.

opcodes/ChangeLog
opcodes/i386-gen.c

index 222603ea08f991dae261ea6e9cbb4c7162d365b1..b5d9c009b81d0833ea74a522a16ae55f15573f21 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-gen.c (operand_types): Move Imm1 before Imm8.
+
 2009-12-17  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/10924
index bc3f9e6430e6f30c11c0f7b152d83d20607a54b3..680b0b215412a94434b8988a1c4d8f204453caf5 100644 (file)
@@ -378,13 +378,13 @@ static bitfield operand_types[] =
   BITFIELD (RegMMX),
   BITFIELD (RegXMM),
   BITFIELD (RegYMM),
+  BITFIELD (Imm1),
   BITFIELD (Imm8),
   BITFIELD (Imm8S),
   BITFIELD (Imm16),
   BITFIELD (Imm32),
   BITFIELD (Imm32S),
   BITFIELD (Imm64),
-  BITFIELD (Imm1),
   BITFIELD (BaseIndex),
   BITFIELD (Disp8),
   BITFIELD (Disp16),