* You bop one on the head ... another one appears.
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 1 Apr 1998 13:19:07 +0000 (13:19 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 1 Apr 1998 13:19:07 +0000 (13:19 +0000)
Wed Apr 1 08:20:31 1998  Frank Ch. Eigler  <fche@cygnus.com>

* mips.igen (SQC2/LQC2): Make bodies sky-target-only also.

sim/mips/ChangeLog
sim/mips/mips.igen

index a86e551f0186436561133022d0d4e0ca15a73eca..ce6e9e5024acdd84f982b6550644de0a405801d0 100644 (file)
@@ -1,10 +1,16 @@
+start-sanitize-sky
+Wed Apr 1 08:20:31 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
+end-sanitize-sky
+       
 start-sanitize-sky
 Mon Mar 30 18:41:43 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
        * interp.c (decode_coproc): Continuing COP2 work.
-       (cop_[ls]q): Hide 128-bit COP2 more.
+       (cop_[ls]q): Make sky-target-only.
 
-       * sim-main.h (COP_[LS]Q): Hide 128-bit COP2 more.
+       * sim-main.h (COP_[LS]Q): Make sky-target-only.
 end-sanitize-sky
        
 Mon Mar 30 14:46:05 1998  Gavin Koch  <gavin@cygnus.com>
index 603ec81f9fe89e3c8726cd05420a4cee003191f9..37c4debfb7f34644a5e84dd2405dcefbe54b1dc1 100644 (file)
 "lqc2 r<RT>, <OFFSET>(r<BASE>)"
 *r5900:
 {
+#ifdef TARGET_SKY
   unsigned32 instruction = instruction_0;
   signed_word offset = SIGNEXTEND((signed_word)((instruction >> 0) & 0x0000FFFF),16);
   int destreg = ((instruction >> 16) & 0x0000001F);
          }
       }
   }
+#endif /* TARGET_SKY */
 }
 // end-sanitize-sky
 
 "sqc2 r<RT>, <OFFSET>(r<BASE>)"
 *r5900:
 {
+#ifdef TARGET_SKY
   unsigned32 instruction = instruction_0;
   signed_word offset = SIGNEXTEND((signed_word)((instruction >> 0) & 0x0000FFFF),16);
   int destreg = ((instruction >> 16) & 0x0000001F);
          }
       }
   }
+#endif /* TARGET_SKY */
 }
 // end-sanitize-sky