aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-10-18 23:44:17 +0000
committerChris Demetriou <cgd@google.com>2001-10-18 23:44:17 +0000
commit31d677f9baf8dd28a82d45e9d807b50693a45af5 (patch)
tree857d80d83688f17b23412660a8d927526f3ba0df /ld/ldmain.c
parente4432525bbaf73c14e575d3da4ec43cfa13ccf06 (diff)
downloadfsf-binutils-gdb-31d677f9baf8dd28a82d45e9d807b50693a45af5.zip
fsf-binutils-gdb-31d677f9baf8dd28a82d45e9d807b50693a45af5.tar.gz
fsf-binutils-gdb-31d677f9baf8dd28a82d45e9d807b50693a45af5.tar.bz2
2001-10-18 Chris Demetriou <cgd@broadcom.com>
* ldmain.c (get_emulation): Improve comment about the handling of -mipsN options.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index 65db442..578e34f 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -548,7 +548,7 @@ get_emulation (argc, argv)
|| 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