From: H.J. Lu Date: Fri, 4 May 2012 18:06:38 +0000 (+0000) Subject: Remove the extra VEX check X-Git-Tag: sid-snapshot-20120601~329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae5c1c7b1d58e52f5526facbb7dac5567a665874;p=platform%2Fupstream%2Fbinutils.git Remove the extra VEX check * config/tc-i386.c (output_insn): Remove the extra VEX check. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8196733b2b0..ea8fa52e143 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-05-04 H.J. Lu + + * config/tc-i386.c (output_insn): Remove the extra VEX check. + 2012-05-04 H.J. Lu * config/tc-i386.c (match_template): Improve unsupported error diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 3e47349d800..62085a035a2 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -6257,8 +6257,7 @@ check_prefix: if (*q) FRAG_APPEND_1_CHAR (*q); } - - if (i.tm.opcode_modifier.vex) + else { for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++) if (*q)