From: Chris Demetriou Date: Wed, 12 Jun 2002 22:22:41 +0000 (+0000) Subject: 2002-06-12 Chris Demetriou X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f0d55aeaa185efceb37c913ab85c7ae14b35f02;p=binutils-gdb.git 2002-06-12 Chris Demetriou * mips.igen (X): Delete unused function. --- 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 + + * mips.igen (X): Delete unused function. + 2002-06-08 Andrew Cagney * 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)