From fa0336632b62275609535e5d5a5dedbd82860a66 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 18 Dec 2009 21:07:58 +0000 Subject: [PATCH] Move Imm1 before Imm8. 2009-12-18 H.J. Lu * i386-gen.c (operand_types): Move Imm1 before Imm8. --- opcodes/ChangeLog | 4 ++++ opcodes/i386-gen.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 222603ea0..b5d9c009b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-12-18 H.J. Lu + + * i386-gen.c (operand_types): Move Imm1 before Imm8. + 2009-12-17 Nick Clifton PR binutils/10924 diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index bc3f9e643..680b0b215 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -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), -- 2.11.4.GIT