Mail Archives: djgpp/1999/02/02/12:38:40
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.
- Raw text -