aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2001-08-31 21:28:05 +0000
committerEric Christopher <echristo@gmail.com>2001-08-31 21:28:05 +0000
commit39e5585e1be5aa8bf2989d8f104d8b21fd0dbfbc (patch)
tree97825324559cea9382a405051d2fe8a233b85c08 /ld/ldmain.c
parenta1cd6a8fe3b1744a39e4743933ee788b69752235 (diff)
downloadfsf-binutils-gdb-39e5585e1be5aa8bf2989d8f104d8b21fd0dbfbc.zip
fsf-binutils-gdb-39e5585e1be5aa8bf2989d8f104d8b21fd0dbfbc.tar.gz
fsf-binutils-gdb-39e5585e1be5aa8bf2989d8f104d8b21fd0dbfbc.tar.bz2
2001-08-31 Eric Christopher <echristo@redhat.com>
Jason Eckhardt <jle@redhat.com> * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index 3b00d12..afc386c 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -539,6 +539,8 @@ get_emulation (argc, argv)
else if (strcmp (argv[i], "-mips1") == 0
|| strcmp (argv[i], "-mips2") == 0
|| strcmp (argv[i], "-mips3") == 0
+ || strcmp (argv[i], "-mips32") == 0
+ || strcmp (argv[i], "-mips64") == 0
|| strcmp (argv[i], "-mips4") == 0
|| strcmp (argv[i], "-mips5") == 0)
{