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

Alan Modra alan@linuxcare.com.au
Wed Jul 26 21:08:00 GMT 2000
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.




More information about the Binutils mailing list