From: Mark Kettenis Date: Thu, 15 Aug 2002 19:34:58 +0000 (+0000) Subject: * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9a6f65c13a64e2bfe5fec8f7cc67549d4ca31da;p=binutils-gdb.git * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented out define. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9895f63e02a..958ae852b26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-08-15 Mark Kettenis + * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented + out define. + * uw-thread.c (SP_ARG0): Define if not already defined. * config/i386/tm-i386.h (SO_ARG0): Remove define. diff --git a/gdb/config/i386/nm-i386sco.h b/gdb/config/i386/nm-i386sco.h index b46776151b3..e3bdc2df97c 100644 --- a/gdb/config/i386/nm-i386sco.h +++ b/gdb/config/i386/nm-i386sco.h @@ -20,17 +20,6 @@ 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));