From 31a85ea289148c5d12f40b0829f8f40223779bbb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 1 Feb 2003 17:28:41 +0000 Subject: 2003-02-01 Andrew Cagney * infcmd.c (print_float_info): Delete code conditional on FLOAT_INFO. * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright. * config/m68k/nm-apollo68b.h: Ditto. * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright. * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto. * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto. Index: doc/ChangeLog 2003-02-01 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete FLOAT_INFO. --- gdb/config/nm-lynx.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gdb/config/nm-lynx.h') diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h index 1cd2bd1..1fb0eb6 100644 --- a/gdb/config/nm-lynx.h +++ b/gdb/config/nm-lynx.h @@ -1,6 +1,7 @@ /* Native-dependent definitions for LynxOS. - Copyright 1993, 1994, 1995, 1996, 1999, 2000 - Free Software Foundation, Inc. + + Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2003 Free Software + Foundation, Inc. This file is part of GDB. @@ -42,8 +43,6 @@ #define KERNEL_U_ADDR USRSTACK -#undef FLOAT_INFO /* No float info yet */ - /* As of LynxOS 2.2.2 (beta 8/15/94), this is int. Previous versions seem to have had no prototype, so I'm not sure why GDB used to define this to char *. */ -- cgit v1.1