From owner-cvs-user Sat Feb 15 09:09:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA04635 for cvs-user-outgoing; Sat, 15 Feb 1997 09:09:05 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA04627; Sat, 15 Feb 1997 09:09:02 -0800 (PST) Date: Sat, 15 Feb 1997 09:09:02 -0800 (PST) From: Bruce Evans Message-Id: <199702151709.JAA04627@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gdb/gdb i386b-nat.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/15 09:09:02 Modified: contrib/gdb/gdb i386b-nat.c Log: Restored my fixes for printing the FP registers. Their history was lost with FreeBSD-1.x and they were blown away by the gdb-4.16 merge. I needed this to debug e_exp.S ... Restored even older code (from 386BSD-0.0) for converting the FP registers to doubles. floatformat_to_double() and/or valprint() still don't understand NaNs. Removed unnecessary #include of obsolete again. Revision Changes Path 1.3 +41 -6 src/contrib/gdb/gdb/i386b-nat.c