From 31d677f9baf8dd28a82d45e9d807b50693a45af5 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Thu, 18 Oct 2001 23:44:17 +0000 Subject: [PATCH] 2001-10-18 Chris Demetriou * ldmain.c (get_emulation): Improve comment about the handling of -mipsN options. --- ld/ChangeLog | 5 +++++ ld/ldmain.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 409a7753c0..302d0c33ba 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-10-18 Chris Demetriou + + * ldmain.c (get_emulation): Improve comment about the handling + of -mipsN options. + 2001-10-17 Alan Modra * po/POTFILES.in: Regenerate. diff --git a/ld/ldmain.c b/ld/ldmain.c index 65db442638..578e34f84e 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