Add support for MIPS R6.
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 77235d522168e5292792e930994f84c33400d720..bc24957b2a287b17fa624e15d44745697e2f7bda 100644 (file)
@@ -611,8 +611,10 @@ get_emulation (int argc, char **argv)
                   || strcmp (argv[i], "-mips5") == 0
                   || strcmp (argv[i], "-mips32") == 0
                   || strcmp (argv[i], "-mips32r2") == 0
+                  || strcmp (argv[i], "-mips32r6") == 0
                   || strcmp (argv[i], "-mips64") == 0
-                  || strcmp (argv[i], "-mips64r2") == 0)
+                  || strcmp (argv[i], "-mips64r2") == 0
+                  || strcmp (argv[i], "-mips64r6") == 0)
            {
              /* FIXME: The arguments -mips1, -mips2, -mips3, etc. are
                 passed to the linker by some MIPS compilers.  They
This page took 0.027066 seconds and 4 git commands to generate.