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: Fix a typo in x86 gas


I am checking in this patch to fix a typo in x86 gas.


H.J.
----
2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (process_suffix): Fix a typo.

--- gas/config/tc-i386.c.size	2008-01-02 14:12:57.000000000 -0800
+++ gas/config/tc-i386.c	2008-01-02 15:33:57.000000000 -0800
@@ -3532,7 +3532,7 @@ process_suffix (void)
 	    suffixes |= 1 << 1;
 	  if (!i.tm.opcode_modifier.no_lsuf)
 	    suffixes |= 1 << 2;
-	  if (!i.tm.opcode_modifier.no_lsuf)
+	  if (!i.tm.opcode_modifier.no_ldsuf)
 	    suffixes |= 1 << 3;
 	  if (!i.tm.opcode_modifier.no_ssuf)
 	    suffixes |= 1 << 4;


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