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 an extra blank line in config/tc-i386.c


I am checking in this patch to remove an extra blank line in
config/tc-i386.c.


H.J.
---
2008-12-08  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (build_modrm_byte): Remove an extra blank
	line.

Index: config/tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.355
diff -u -p -r1.355 tc-i386.c
--- config/tc-i386.c	29 Nov 2008 09:35:52 -0000	1.355
+++ config/tc-i386.c	8 Dec 2008 17:57:06 -0000
@@ -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;


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