aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-04-01 13:19:07 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-04-01 13:19:07 +0000
commit6b0c51c9299c47f0ad37e8a32a4963deed6f9580 (patch)
tree0fd12d8fe7018ff3ecf7741de3351896fa6a446c /sim
parent4269399c3d1fd42992674788cc825c764c0eb645 (diff)
downloadgdb-6b0c51c9299c47f0ad37e8a32a4963deed6f9580.zip
gdb-6b0c51c9299c47f0ad37e8a32a4963deed6f9580.tar.gz
gdb-6b0c51c9299c47f0ad37e8a32a4963deed6f9580.tar.bz2
* You bop one on the head ... another one appears.
Wed Apr 1 08:20:31 1998 Frank Ch. Eigler <fche@cygnus.com> * mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
Diffstat (limited to 'sim')
-rw-r--r--sim/mips/ChangeLog10
-rw-r--r--sim/mips/mips.igen4
2 files changed, 12 insertions, 2 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index a86e551..ce6e9e5 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -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>
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 603ec81..37c4deb 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -1611,6 +1611,7 @@
"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);
@@ -1634,6 +1635,7 @@
}
}
}
+#endif /* TARGET_SKY */
}
// end-sanitize-sky
@@ -2777,6 +2779,7 @@
"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);
@@ -2803,6 +2806,7 @@
}
}
}
+#endif /* TARGET_SKY */
}
// end-sanitize-sky