[patch] gas/config/tc-d10v.c: Fix formatting.
Alan Modra
alan@linuxcare.com.au
Wed Jul 26 21:08:00 GMT 2000
More information about the Binutils mailing list
Wed Jul 26 21:08:00 GMT 2000
- Previous message (by thread): [patch] gas/config/tc-d10v.c: Fix formatting.
- Next message (by thread): [patch] gas/config/tc-z8k.c: Fix formatting.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [patch] gas/config/tc-d10v.c: Fix formatting.
- Next message (by thread): [patch] gas/config/tc-z8k.c: Fix formatting.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list