From owner-cvs-gnu Sun Nov 23 01:20:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00636 for cvs-gnu-outgoing; Sun, 23 Nov 1997 01:20:58 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA00541; Sun, 23 Nov 1997 01:18:53 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA08072; Sun, 23 Nov 1997 01:18:21 -0800 (PST) Date: Sun, 23 Nov 1997 01:18:21 -0800 (PST) Message-Id: <199711230918.BAA08072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/23 01:18:20 PST Modified files: gnu/usr.bin/gdb/gdb freebsd-nat.c Log: Implemented "info float" for core files. Implemented reading of %fs and %gs from core files. Print weird floating point values better. We have to convert long doubles to doubles here because of limitations and bugs in printf() and floatformat_to_double() (long doubles aren't really supported and naive converion to double causes exceptions). Conversion loses information about weird formats (everything becomes a quiet NaN), and printf() doesn't know about different types of NaNs anyway. Revision Changes Path 1.18 +65 -36 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c