diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 19:34:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 19:34:58 +0000 |
commit | d9a6f65c13a64e2bfe5fec8f7cc67549d4ca31da (patch) | |
tree | 625e65d7ff254b1607b1f8eab57173179ae874c5 /gdb | |
parent | 047eff6a37344a8936f625f873bce5902c103b56 (diff) | |
download | gdb-d9a6f65c13a64e2bfe5fec8f7cc67549d4ca31da.zip gdb-d9a6f65c13a64e2bfe5fec8f7cc67549d4ca31da.tar.gz gdb-d9a6f65c13a64e2bfe5fec8f7cc67549d4ca31da.tar.bz2 |
* config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
out define.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386sco.h | 11 |
2 files changed, 3 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9895f63..958ae85 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-08-15 Mark Kettenis <kettenis@gnu.org> + * 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 b467761..e3bdc2d 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)); |