This is the mail archive of the binutils@sources.redhat.com 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]

Re: [patch] gas/config/tc-d10v.c: Fix formatting.


On Tue, 25 Jul 2000, Kazu Hirata wrote:

> Attached is a patch to fix formatting of gas/config/tc-d10v.c.

Looks good.  Applied.

I noticed the following too when reviewing your patch, which proves that
being fussy over formatting is good.  Keep an eye open for silly errors
like this if you do more formatting patches, Kazu!

--- tc-d10v.c~	Thu Jul 27 12:38:47 2000
+++ tc-d10v.c	Thu Jul 27 12:41:46 2000
@@ -1394,7 +1394,7 @@
 
 		  if (sym != NULL)
 		    {
-		      myops[i].X_op == X_op == O_symbol;
+		      myops[i].X_op = X_op = O_symbol;
 		      myops[i].X_add_symbol = sym;
 		    }
 		  else

-- 
Linuxcare.  Support for the Revolution.



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