2001-10-18 Chris Demetriou <cgd@broadcom.com>
* ldmain.c (get_emulation): Improve comment about the handling of -mipsN options.
This commit is contained in:
parent
e4432525bb
commit
31d677f9ba
|
@ -1,3 +1,8 @@
|
||||||
|
2001-10-18 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* ldmain.c (get_emulation): Improve comment about the handling
|
||||||
|
of -mipsN options.
|
||||||
|
|
||||||
2001-10-17 Alan Modra <amodra@bigpond.net.au>
|
2001-10-17 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* po/POTFILES.in: Regenerate.
|
* po/POTFILES.in: Regenerate.
|
||||||
|
|
|
@ -548,7 +548,7 @@ get_emulation (argc, argv)
|
||||||
|| strcmp (argv[i], "-mips4") == 0
|
|| strcmp (argv[i], "-mips4") == 0
|
||||||
|| strcmp (argv[i], "-mips5") == 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
|
passed to the linker by some MIPS compilers. They
|
||||||
generally tell the linker to use a slightly different
|
generally tell the linker to use a slightly different
|
||||||
library path. Perhaps someday these should be
|
library path. Perhaps someday these should be
|
||||||
|
|
Loading…
Reference in New Issue