aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-12-08 17:59:00 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-12-08 17:59:00 +0000
commit9bb97f002b9ddf91560c622b2826855c7527bec5 (patch)
tree88fa0f61a9ecc293b2db349e2ed78da56d94e9fc /gas
parentefa7dee728f9dd755f362cb3791e3c1c8d0a5552 (diff)
downloadbinutils-9bb97f002b9ddf91560c622b2826855c7527bec5.zip
binutils-9bb97f002b9ddf91560c622b2826855c7527bec5.tar.gz
binutils-9bb97f002b9ddf91560c622b2826855c7527bec5.tar.bz2
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Remove an extra blank line.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-i386.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cde9b85..6b06d75 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index b58dbe0..f0b374d 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -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;