2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Dec 2008 17:59:00 +0000 (17:59 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Dec 2008 17:59:00 +0000 (17:59 +0000)
* config/tc-i386.c (build_modrm_byte): Remove an extra blank
line.

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

index cde9b85..6b06d75 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (build_modrm_byte): Remove an extra blank
+       line.
+
 2008-12-04  Ben Elliston  <bje@au.ibm.com>
 
        * config/tc-ppc.c (parse_cpu): Remove booke64 support. Update
index b58dbe0..f0b374d 100644 (file)
@@ -5198,7 +5198,6 @@ build_modrm_byte (void)
       assert (operand_type_equal (&i.tm.operand_types[nds], &regxmm)
              || operand_type_equal (&i.tm.operand_types[nds], &regymm));
       i.vex.register_specifier = i.op[nds].regs;
-
     }
   else
     source = dest = 0;