2002-06-12 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Wed, 12 Jun 2002 22:22:41 +0000 (22:22 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 12 Jun 2002 22:22:41 +0000 (22:22 +0000)
        * mips.igen (X): Delete unused function.

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

index e0e664b..6c11e30 100644 (file)
@@ -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".
index 13f6776..53f4218 100644 (file)
     }
 }
 
-:%s::::X:int x
-{
-  switch (x)
-    {
-    case 0: return "f";
-    case 1: return "t";
-    default: return "?";
-    }
-}
-
 :%s::::TF:int tf
 {
   if (tf)