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]

patch checked in


I've checked this patch in for Thiemo.

2001-11-06  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	* config/tc-mips.c (my_getSmallParser): Fix small parser bug.

Index: gas/config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.88
diff -u -p -w -r1.88 tc-mips.c
--- tc-mips.c	2001/11/01 01:33:46	1.88
+++ tc-mips.c	2001/11/06 21:37:19
@@ -9217,7 +9217,7 @@ my_getSmallParser (str, len, nestlevel)
 	  *str = b;
 	  goto percent_op;
 	}
-      else
+
         /* Some other expression in the braces.  */
         *len = strcspn (*str, ")") + 1;
     }
-- 
Fridays are not "pants optional"


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