2003-04-11 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 11 Apr 2003 14:56:40 +0000 (14:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 11 Apr 2003 14:56:40 +0000 (14:56 +0000)
* i387-tdep.c: Update copyright.
(i387_to_double): Delete function.
(double_to_i387): Delete function.

gdb/ChangeLog
gdb/i387-tdep.c

index f4099734f235718eaea1aee64ae718730abf87ce..1b7cbf273723b4ba618a3cbbaefe296e31072f62 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-11  Andrew Cagney  <cagney@redhat.com>
+
+       * i387-tdep.c: Update copyright.
+       (i387_to_double): Delete function.
+       (double_to_i387): Delete function.
+
 2003-04-10  Andrew Cagney  <cagney@redhat.com>
 
        * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
index 9b47e5827af9ac18ae95a3e512d1c5ccf019585a..045357ea3fe2b591c0d23fea67c32fe7cfa0f9c1 100644 (file)
@@ -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.
 
 
 #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);
-}
-
 \f
 /* FIXME: The functions on this page are used by the old `info float'
    implementations that a few of the i386 targets provide.  These
This page took 0.034748 seconds and 4 git commands to generate.