This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [patch] gas/config/tc-d10v.c: Fix formatting.
- To: Kazu Hirata <kazu at hxi dot com>
- Subject: Re: [patch] gas/config/tc-d10v.c: Fix formatting.
- From: Alan Modra <alan at linuxcare dot com dot au>
- Date: Thu, 27 Jul 2000 14:07:51 +1000 (EST)
- cc: "'binutils at sourceware dot cygnus dot com'" <binutils at sourceware dot cygnus dot com>
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.