[trivial patch] ldmain.c get_emulation() -mipsN commentimprovement.

cgd@broadcom.com cgd@broadcom.com
Thu Oct 18 16:44:00 GMT 2001


Checked in.

2001-10-18  Chris Demetriou  <cgd@broadcom.com>

	* ldmain.c (get_emulation): Improve comment about the handling
	of -mipsN options.

Index: ldmain.c
===================================================================
RCS file: /cvs/src/src/ld/ldmain.c,v
retrieving revision 1.35
diff -u -r1.35 ldmain.c
--- ldmain.c	2001/09/29 12:57:54	1.35
+++ ldmain.c	2001/10/18 23:43:14
@@ -548,7 +548,7 @@
 		   || strcmp (argv[i], "-mips4") == 0
 		   || strcmp (argv[i], "-mips5") == 0)
 	    {
-	      /* FIXME: The arguments -mips1, -mips2 and -mips3 are
+	      /* FIXME: The arguments -mips1, -mips2, -mips3, etc. are
 		 passed to the linker by some MIPS compilers.  They
 		 generally tell the linker to use a slightly different
 		 library path.  Perhaps someday these should be



More information about the Binutils mailing list