aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e0e664b..6c11e30 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 13f6776..53f4218 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)