2001-08-31 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Fri, 31 Aug 2001 21:28:05 +0000 (21:28 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 Aug 2001 21:28:05 +0000 (21:28 +0000)
    Jason Eckhardt  <jle@redhat.com>

* ldmain.c (get_emulation): Add support for -mips32 and -mips64.

ld/ChangeLog
ld/ldmain.c

index 89ec6bfdcac8a9b26edb94bd32e763c458d6c380..4d305cb15e291607b2764bf9bda7dd033909ca82 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-31  Eric Christopher  <echristo@redhat.com>
+           Jason Eckhardt  <jle@redhat.com>
+
+       * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
+
 2001-08-31  Andreas Jaeger  <aj@suse.de>
 
        * emultempl/pe.em: Add missing prototypes.
@@ -7,7 +12,7 @@
 
 2001-08-29  Joel Sherrill <joel@OARcorp.com>
 
-       * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change 
+       * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
        default from coff to elf.
 
 2001-08-29  Jeff Law <law@redhat.com>
index 3b00d1250b0bf08333a9f7164e7f3a510e508043..afc386c41ff63834e137a54bb1945184373279f6 100644 (file)
@@ -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)
            {
This page took 0.029394 seconds and 4 git commands to generate.