Date: Tue, 6 Jan 1998 10:51:22 +0200 (IST) From: Eli Zaretskii To: Petr Mrazek cc: Konference DJGPP Subject: Re: gdb compiled for co-processor? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 6 Jan 1998, Petr Mrazek wrote: > I had this problem: my program runs fine but when I wanted to debug it > without 387, there was SIGFPE after few steps. Now I have 386+387 and > debug is normally possible. Section 12.9 of the DJGPP FAQ list explicitly tells that you cannot debug floating-point code on a machine without a 387. This is a known limitation of the DJGPP debugger support.