Date: Tue, 2 Feb 1999 11:45:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Louis Paul Santillan cc: djgpp AT delorie DOT com Subject: Re: DJGPP 64-bit math source In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 1 Feb 1999, Louis Paul Santillan wrote: > I'm looking at code from djlsr201.zip but cannot find the > implementation for the 64-bit math operation '*' These functions are not in libc.a, they are in libgcc.a. Since GCC supports long long data type, the compiler distribution comes with software implementation of functions needed for that support, for those processors which don't have machine instructions to do that. The source of these functions is in gcc281s.zip.