2002-06-12 Chris Demetriou <cgd@broadcom.com>
* mips.igen (X): Delete unused function.
This commit is contained in:
parent
6529d2ddb5
commit
4f0d55aeaa
2 changed files with 4 additions and 10 deletions
|
@ -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".
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue