summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-06-12 22:22:41 +0000
committerChris Demetriou <cgd@google.com>2002-06-12 22:22:41 +0000
commit8b58328f051b7fd19730d5732bf12df800be5bd4 (patch)
treebf48ca3c65157a81dc3291506204b76389583e88 /sim
parentcddf374af284d8d7a44922f7f30379ed3f4c808d (diff)
downloadgdb-8b58328f051b7fd19730d5732bf12df800be5bd4.tar.gz
2002-06-12 Chris Demetriou <cgd@broadcom.com>
* mips.igen (X): Delete unused function.
Diffstat (limited to 'sim')
-rw-r--r--sim/mips/ChangeLog4
-rw-r--r--sim/mips/mips.igen10
2 files changed, 4 insertions, 10 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index e0e664b99aa..6c11e3002b1 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-12 Chris Demetriou <cgd@broadcom.com>
+
+ * mips.igen (X): Delete unused function.
+
2002-06-08 Andrew Cagney <cagney@redhat.com>
* interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 13f677647e0..53f4218c452 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -3520,16 +3520,6 @@
}
}
-:%s::::X:int x
-{
- switch (x)
- {
- case 0: return "f";
- case 1: return "t";
- default: return "?";
- }
-}
-
:%s::::TF:int tf
{
if (tf)