aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-03-29 22:53:31 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-03-29 22:53:31 +0000
commit7dd4a46650ff47b09c6de8579cf9bcc17d6edc46 (patch)
treeb8be7b5ee39527810c93fdb47e86d0d899482359 /sim
parent6b84886ad5e6b53e7b3bb6d8c33685614364b58f (diff)
downloadgdb-7dd4a46650ff47b09c6de8579cf9bcc17d6edc46.zip
gdb-7dd4a46650ff47b09c6de8579cf9bcc17d6edc46.tar.gz
gdb-7dd4a46650ff47b09c6de8579cf9bcc17d6edc46.tar.bz2
* Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton.
Diffstat (limited to 'sim')
-rw-r--r--sim/mips/ChangeLog8
-rw-r--r--sim/mips/interp.c2
2 files changed, 10 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 9301718..8b2d0f1 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,11 @@
+start-sanitize-sky
+Sun Mar 29 17:50:11 Frank Ch. Eigler <fche@cygnus.com>
+
+ * interp.c (decode_coproc): Added a missing TARGET_SKY check
+ around COP2 implementation skeleton.
+
+end-sanitize-sky
+
Fri Mar 27 16:19:29 1998 Frank Ch. Eigler <fche@cygnus.com>
start-sanitize-sky
diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index c190331..cd8a8af 100644
--- a/sim/mips/interp.c
+++ b/sim/mips/interp.c
@@ -3505,6 +3505,7 @@ decode_coproc (SIM_DESC sd,
int handle = 0;
/* start-sanitize-sky */
+#ifdef TARGET_SKY
/* On the R5900, this refers to a "VU" vector co-processor. */
int i_25_21 = (instruction >> 21) & 0x1f;
@@ -3625,6 +3626,7 @@ decode_coproc (SIM_DESC sd,
/* cleanup for semantic.c-like actions above */
PC = NIA;
+#endif /* TARGET_SKY */
/* end-sanitize-sky */
if(! handle)