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 e0e664b99aab11acd1cfa846caaf288980cd2893..6c11e3002b1e91ea6c8d7dff0012083c384a23c4 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 13f677647e049cfa911825232b8fc40484def02d..53f4218c4527a4c3e852e41aa1ce99a8f0208b03 100644 (file)
     }
 }
 
-:%s::::X:int x
-{
-  switch (x)
-    {
-    case 0: return "f";
-    case 1: return "t";
-    default: return "?";
-    }
-}
-
 :%s::::TF:int tf
 {
   if (tf)
This page took 0.04424 seconds and 4 git commands to generate.