2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 15 Sep 2007 01:57:57 +0000 (01:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 15 Sep 2007 01:57:57 +0000 (01:57 +0000)
* config/tc-i386.c (build_modrm_byte): Adjust comment line
wrap.

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

index b736e96534a08aad60e3d7502c9cc3599c985515..232640abbcbca78e988b0ac6ec1b195904128e08 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (build_modrm_byte): Adjust comment line
+       wrap.
+
 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (build_modrm_byte): Use (A || B) instead
index fd9e0c36bb4f73a8504d89790be943e4a6226f54..5453a00b31682f992db1da40c4193c7c0e5576c8 100644 (file)
@@ -4627,8 +4627,8 @@ build_modrm_byte (void)
                     extra modrm byte.  */
                  i.sib.index = NO_INDEX_REGISTER;
 #if !SCALE1_WHEN_NO_INDEX
-                 /* Another case where we force the second 
-                    modrm byte.  */
+                 /* Another case where we force the second modrm
+                    byte.  */
                  if (i.log2_scale_factor)
                    i.rm.regmem = ESCAPE_TO_TWO_BYTE_ADDRESSING;
 #endif