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]
Other format: [Raw text]

MIPS gas whitespace clean-ups


Hello,

 I've committed this patch as obvious.

2003-11-15  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* config/tc-mips.c: Formatting fixes.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

binutils-2.14.90-20031027-mips-gas-space.patch
diff -up --recursive --new-file binutils-2.14.90-20031027.macro/gas/config/tc-mips.c binutils-2.14.90-20031027/gas/config/tc-mips.c
--- binutils-2.14.90-20031027.macro/gas/config/tc-mips.c	2003-10-20 03:25:29.000000000 +0000
+++ binutils-2.14.90-20031027/gas/config/tc-mips.c	2003-11-09 19:46:24.000000000 +0000
@@ -4619,7 +4619,7 @@ macro (struct mips_cl_insn *ip)
 	  macro_build (NULL, &icnt, &expr1, "bne", "s,t,p", treg, 0);
 	  macro_build (NULL, &icnt, NULL, dbl ? "ddiv" : "div", "z,s,t",
 		       sreg, treg);
-	  macro_build (NULL, &icnt,NULL, "break", "c", 7);
+	  macro_build (NULL, &icnt, NULL, "break", "c", 7);
 	}
       expr1.X_add_number = -1;
       macro_build (NULL, &icnt, &expr1, dbl ? "daddiu" : "addiu", "t,r,j",
@@ -5139,7 +5139,7 @@ macro (struct mips_cl_insn *ip)
 		  else
 		    {
 		      assert (tempreg == AT);
-		      macro_build (NULL, &icnt,NULL, ADDRESS_ADD_INSN,
+		      macro_build (NULL, &icnt, NULL, ADDRESS_ADD_INSN,
 				   "d,v,t", treg, AT, breg);
 		      dreg = treg;
 		      adj = 4;
@@ -7322,7 +7322,7 @@ macro2 (struct mips_cl_insn *ip)
 	  macro_build (NULL, &icnt, NULL, "drorv", "d,t,s", dreg, sreg, treg);
 	  return;
 	}
-      macro_build (NULL, &icnt,NULL, "dsubu", "d,v,t", AT, 0, treg);
+      macro_build (NULL, &icnt, NULL, "dsubu", "d,v,t", AT, 0, treg);
       macro_build (NULL, &icnt, NULL, "dsllv", "d,t,s", AT, sreg, AT);
       macro_build (NULL, &icnt, NULL, "dsrlv", "d,t,s", dreg, sreg, treg);
       macro_build (NULL, &icnt, NULL, "or", "d,v,t", dreg, dreg, AT);
@@ -7366,7 +7366,7 @@ macro2 (struct mips_cl_insn *ip)
 	r = (rot < 0x20) ? "dsrl" : "dsrl32";
 	l = ((0x40 - rot) < 0x20) ? "dsll" : "dsll32";
 	rot &= 0x1f;
-	macro_build ( NULL, &icnt,NULL, r, "d,w,<", AT, sreg, rot);
+	macro_build (NULL, &icnt, NULL, r, "d,w,<", AT, sreg, rot);
 	macro_build (NULL, &icnt, NULL, l, "d,w,<", dreg, sreg,
 		     (0x20 - rot) & 0x1f);
 	macro_build (NULL, &icnt, NULL, "or", "d,v,t", dreg, dreg, AT);
@@ -7579,7 +7579,7 @@ macro2 (struct mips_cl_insn *ip)
 
     case M_SNE:
       if (sreg == 0)
-	macro_build (NULL, &icnt,NULL, "sltu","d,v,t", dreg, 0, treg);
+	macro_build (NULL, &icnt, NULL, "sltu","d,v,t", dreg, 0, treg);
       else if (treg == 0)
 	macro_build (NULL, &icnt, NULL, "sltu", "d,v,t", dreg, 0, sreg);
       else


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