Handle the 4111 option.
authorGavin Romig-Koch <gavin@redhat.com>
Tue, 15 Dec 1998 06:51:12 +0000 (06:51 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Tue, 15 Dec 1998 06:51:12 +0000 (06:51 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 25a6250dabf155f84050493ebfd05100f25802ee..3a6a5ecef65a63a9fd78b87356e2f0c1653bfaa7 100644 (file)
@@ -1,4 +1,8 @@
 start-sanitize-vr4xxx
+1998-12-15  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (md_parse_option): Handle vr4111. 
+
 1998-12-13  Gavin Romig-Koch  <gavin@cygnus.com>
 
        * config/tc-mips.c (mips_4121): New.
index 1b455df6c63151078e7bae04a8335a1955f0cd2a..674464e509e5284bed04cc5337c4a136f1d2d394 100644 (file)
@@ -9596,6 +9596,8 @@ md_parse_option (c, arg)
                else if (strcmp (p, "4100") == 0)
                     mips_cpu = 4100;
                /* start-sanitize-vr4xxx */
+               else if (strcmp (p, "4111") == 0)
+                    mips_cpu = 4100;
                else if (strcmp (p, "4121") == 0)
                     mips_cpu = 4121;
                /* end-sanitize-vr4xxx */
@@ -9658,6 +9660,7 @@ md_parse_option (c, arg)
                && (mips_cpu != 4300
                    && mips_cpu != 4100
                    /* start-sanitize-vr4xxx */
+                   && mips_cpu != 4111
                    && mips_cpu != 4121
                    /* end-sanitize-vr4xxx */
                    /* start-sanitize-vr4320 */