aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/sim-main.h
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-06-04 00:18:46 +0000
committerChris Demetriou <cgd@google.com>2002-06-04 00:18:46 +0000
commit0f154cbd1c2934ce6bdf195833941e51c4b2df4b (patch)
tree0beb953925190d05eef6bc9147d80215b89d1ab2 /sim/mips/sim-main.h
parent732066d0dd85b4c93ccfcae2806cae869fbcbb87 (diff)
downloadgdb-0f154cbd1c2934ce6bdf195833941e51c4b2df4b.zip
gdb-0f154cbd1c2934ce6bdf195833941e51c4b2df4b.tar.gz
gdb-0f154cbd1c2934ce6bdf195833941e51c4b2df4b.tar.bz2
2002-06-03 Chris Demetriou <cgd@broadcom.com>
* cp1.c (Min, Max): Remove #if 0'd functions. * sim-main.h (Min, Max): Remove.
Diffstat (limited to 'sim/mips/sim-main.h')
-rw-r--r--sim/mips/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h
index 462606e..c453092 100644
--- a/sim/mips/sim-main.h
+++ b/sim/mips/sim-main.h
@@ -98,8 +98,6 @@ unsigned64 Multiply PARAMS ((unsigned64 op1, unsigned64 op2, FP_formats fmt));
unsigned64 Divide PARAMS ((unsigned64 op1, unsigned64 op2, FP_formats fmt));
unsigned64 Recip PARAMS ((unsigned64 op, FP_formats fmt));
unsigned64 SquareRoot PARAMS ((unsigned64 op, FP_formats fmt));
-unsigned64 Max PARAMS ((unsigned64 op1, unsigned64 op2, FP_formats fmt));
-unsigned64 Min PARAMS ((unsigned64 op1, unsigned64 op2, FP_formats fmt));
unsigned64 convert PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, int rm, unsigned64 op, FP_formats from, FP_formats to));
#define Convert(rm,op,from,to) \
convert (SD, CPU, cia, rm, op, from, to)