diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 23:21:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 23:21:34 +0000 |
commit | 3f733acc3ad6d4cc3831c5246f0676e51ac79466 (patch) | |
tree | b2d90a1126d2379f7e0abc82ef6c1e3e01e7918a /gdb/config/i386/nm-i386v.h | |
parent | 805f24315d09f973b309cfde6986a1a2b1fe6492 (diff) | |
download | gdb-3f733acc3ad6d4cc3831c5246f0676e51ac79466.zip gdb-3f733acc3ad6d4cc3831c5246f0676e51ac79466.tar.gz gdb-3f733acc3ad6d4cc3831c5246f0676e51ac79466.tar.bz2 |
* config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
out define.
Diffstat (limited to 'gdb/config/i386/nm-i386v.h')
-rw-r--r-- | gdb/config/i386/nm-i386v.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/i386/nm-i386v.h b/gdb/config/i386/nm-i386v.h index e7bfca4..af19115 100644 --- a/gdb/config/i386/nm-i386v.h +++ b/gdb/config/i386/nm-i386v.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)); |