* Customer specs changed one R5900 COP2 instruction bit-pattern.
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 15 Apr 1998 17:37:50 +0000 (17:37 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 15 Apr 1998 17:37:50 +0000 (17:37 +0000)
[ChangeLog]

Wed Apr 15 10:35:59 1998  Frank Ch. Eigler <fche@cygnus.com>

        * config/tc-mips.c (mips_ip): Specs changed for
VCALLMSR instruction.

[testsuite/ChangeLog]

Wed Apr 15 13:08:30 1998  Frank Ch. Eigler <fche.cygnus.com>

        * gas/mips/vu0.s: Updated test case for changed specs of
VCALLMSR instruction.
        * gas/mips/vu0.d: Corresponding change.

gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog

index 4a9ebfb4607a71596c6a83e44d0ae6a185487a6b..a75a967746bde6c67acb4936c1a8a8e5544c7e57 100644 (file)
@@ -1,10 +1,16 @@
+start-sanitize-r5900
+Wed Apr 15 10:35:59 1998  Frank Ch. Eigler <fche@cygnus.com>
+        * config/tc-mips.c (mips_ip): Specs changed for
+       VCALLMSR instruction.
+end-sanitize-vr5900
 start-sanitize-vr5400
 Wed Apr 15 07:06:04 1998  Catherine Moore  <clm@cygnus.com>
  
         * config/tc-mips.c (hilo_interlocks): Remove VR5400.
  
 end-sanitize-vr5400
-
 Wed Apr 15 07:06:04 1998  Catherine Moore  <clm@cygnus.com>
 
         * config/tc-mips.c (hilo_interlocks): Remove 4300.
index 3476db96c4daf8f03197bf24f02dd6c2871fa942..d96e0627062ba034011366db97f8c8caa01caec3 100644 (file)
@@ -7232,11 +7232,11 @@ mips_ip (str, ip)
              s = expr_end;
              continue;
 
-           case '9':           /* vi19 for vcallmsr */
-             if (strncmp (s, "vi19", 4) == 0)
+           case '9':           /* vi27 for vcallmsr */
+             if (strncmp (s, "vi27", 4) == 0)
                s += 4;
              else
-               as_bad ("expected vi19");
+               as_bad ("expected vi27");
              continue;
 
            case '#':           /* escape character */
index caca3e0488f0b8ba71b381f654c33bda1f1d9ebe..66d3a9435ec74f4c9fff8d7ae4bb4f13fc9a256a 100644 (file)
@@ -1,3 +1,11 @@
+start-sanitize-r5900
+Wed Apr 15 13:08:30 1998  Frank Ch. Eigler <fche.cygnus.com>
+
+        * gas/mips/vu0.s: Updated test case for changed specs of
+       VCALLMSR instruction.
+        * gas/mips/vu0.d: Corresponding change.
+
+end-sanitize-r5900
 Wed Apr  8 18:45:17 1998  Jeffrey A Law  (law@cygnus.com)
 
        * gas/testsuite/all/gas.exp: No longer expect failures for
This page took 0.037972 seconds and 4 git commands to generate.