Date: Mon, 11 Oct 1999 13:14:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: yhirsch cc: djgpp AT delorie DOT com Subject: Re: fpu instructions In-Reply-To: <3800EBE0.184F5291@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 10 Oct 1999, yhirsch wrote: > I use __asm__ inside some functions, and inside it, I use fpu > instructions. The > program doesn't work, unless I add finit at the begining of the > __asm__ paragraph. > Is that really necessary? No, FINIT should not be necessary. > Any ideas how to solve this? Solve what? We can't help you solve the problem without knowing what the problem is, can we? Please post the shortest complete test program that exhibits the problem, and please explain how you compiled it (the exact GCC command line), what you expected it to produce, and what it actually produced. Please also tell what version of the compiler, Binutils, and DJGPP are you using.