2007-03-30 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Mar 2007 16:28:33 +0000 (16:28 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Mar 2007 16:28:33 +0000 (16:28 +0000)
* config/tc-i386.c (process_suffix): Reindent a bit.

gas/ChangeLog
gas/config/tc-i386.c

index 7f46533452d05aee5c4754388134ab3e13c21ef9..1849dcee4bb0df770feb77b4012f36a83b534679 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (process_suffix): Reindent a bit.
+
 2007-03-30  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (encode_thumb2_ldmstm): New function.
index 1786b1d17c8f2c2826f97b8477aa6168dc15650d..b70396d62e1851f502ab6d973d3ec35bdc928209 100644 (file)
@@ -2985,7 +2985,7 @@ process_suffix (void)
              || i.types [0] != (Acc | Reg64)
              || i.types [1] != (Acc | Reg64)
              || i.tm.base_opcode != 0x90)
-         i.rex |= REX_W;
+           i.rex |= REX_W;
        }
 
       /* Size floating point instruction.  */
This page took 0.030666 seconds and 4 git commands to generate.