diff options
author | Chris Demetriou <cgd@google.com> | 2001-10-18 23:44:17 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2001-10-18 23:44:17 +0000 |
commit | 31d677f9baf8dd28a82d45e9d807b50693a45af5 (patch) | |
tree | 857d80d83688f17b23412660a8d927526f3ba0df /ld/ldmain.c | |
parent | e4432525bbaf73c14e575d3da4ec43cfa13ccf06 (diff) | |
download | gdb-31d677f9baf8dd28a82d45e9d807b50693a45af5.zip gdb-31d677f9baf8dd28a82d45e9d807b50693a45af5.tar.gz 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.c | 2 |
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 |