From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9901130015.AA17449@clio.rice.edu> Subject: Re: dbgcom.c To: djgpp-workers AT delorie DOT com Date: Tue, 12 Jan 1999 18:15:04 -0600 (CST) Cc: robert DOT hoehne AT gmx DOT net In-Reply-To: from "Andris Pavenis" at Jan 12, 99 09:09:14 pm X-Mailer: ELM [version 2.4 PL20] Content-Type: text Reply-To: djgpp-workers AT delorie DOT com > About FPU status saving in dbgcom.c: Something to consider... Debuggers do not work with FP emulation (EMU387). At one time that meant that you could not debug a program using floating point instructions without a coprocessor/built-in (but could debug a normal program). With this change will it prevent the debuggers from working on any coprocessor-less system, even if FP instructions are not used? If so, I think this should be fixed.