summaryrefslogtreecommitdiff
path: root/gdb/i387-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-04-11 14:56:40 +0000
committerAndrew Cagney <cagney@redhat.com>2003-04-11 14:56:40 +0000
commit753c8456b13e8efc1e20a01124cc5d69585d5929 (patch)
treeeef2fdde9d985e0172f3438d3dd975e09376e61c /gdb/i387-tdep.c
parent20b33b9e1c6c15bda2d8eec9ebe77d8497fe7ff3 (diff)
downloadgdb-753c8456b13e8efc1e20a01124cc5d69585d5929.tar.gz
2003-04-11 Andrew Cagney <cagney@redhat.com>
* i387-tdep.c: Update copyright. (i387_to_double): Delete function. (double_to_i387): Delete function.
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r--gdb/i387-tdep.c21
1 files changed, 2 insertions, 19 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c
index 9b47e5827af..045357ea3fe 100644
--- a/gdb/i387-tdep.c
+++ b/gdb/i387-tdep.c
@@ -1,6 +1,7 @@
/* Intel 387 floating point stuff.
+
Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1998, 1999, 2000,
- 2001, 2002 Free Software Foundation, Inc.
+ 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GDB.
@@ -33,24 +34,6 @@
#include "i386-tdep.h"
-/* FIXME: Eliminate the next two functions when we have the time to
- change all the callers. */
-
-void i387_to_double (char *from, char *to);
-void double_to_i387 (char *from, char *to);
-
-void
-i387_to_double (char *from, char *to)
-{
- floatformat_to_double (&floatformat_i387_ext, from, (double *) to);
-}
-
-void
-double_to_i387 (char *from, char *to)
-{
- floatformat_from_double (&floatformat_i387_ext, (double *) from, to);
-}
-
/* FIXME: The functions on this page are used by the old `info float'
implementations that a few of the i386 targets provide. These