This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove a white space


I checked in this patch.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 6917)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2009-09-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/tc-i386.c (build_modrm_byte): Remove a white space.
+
 2009-09-21  Ben Elliston  <bje@au.ibm.com>
 	    Peter Bergner  <bergner@vnet.ibm.com>
 
Index: config/tc-i386.c
===================================================================
--- config/tc-i386.c	(revision 6917)
+++ config/tc-i386.c	(working copy)
@@ -5319,7 +5319,7 @@ build_modrm_byte (void)
 	      gas_assert (i.reg_operands == 2);
 
 	      if (!operand_type_equal (&i.tm.operand_types[vex_reg],
-				       & regxmm)
+				       &regxmm)
 		  && !operand_type_equal (&i.tm.operand_types[vex_reg],
 					  &regymm))
 		abort ();


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]