* config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
authorMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 23:21:34 +0000 (23:21 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 23:21:34 +0000 (23:21 +0000)
out define.

gdb/ChangeLog
gdb/config/i386/nm-i386v.h

index 154be73fbc50284a8f98779e0510687ace459e0e..e7bf8cd57b0346da0e035455f954e55dd8f00836 100644 (file)
@@ -1,5 +1,8 @@
 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
+       out define.
+
        * i387-tdep.c (i387_print_float_info): Add comment about ignoring
        FRAME.
 
index e7bfca4ea5757f25e29d83b5ec8fd0ad5c544a1f..af19115761bba889415419e72e7b250871713aa4 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#if 0
-/* code to execute to print interesting information about the
-   floating point processor (if any)
-   No need to define if there is nothing to do.
-   On the 386, unfortunately this code is host-dependent (and lives
-   in the i386-xdep.c file), so we can't
-   do this unless we *know* we aren't cross-debugging.  FIXME.
- */
-#define FLOAT_INFO { i386_float_info (); }
-#endif /*0 */
-
 #define REGISTER_U_ADDR(addr, blockend, regno) \
        (addr) = i386_register_u_addr ((blockend),(regno));