Some functions from libgcc

Mike Stump mrs@wrs.com
Wed Jun 30 15:43:00 GMT 1999


> Date: Tue, 29 Jun 1999 10:43:48 +0100
> From: Jo Dillon <emily@thelonious.new.ox.ac.uk>
> To: egcs@egcs.cygnus.com

>   I've got a program which I'm cross-compiling using egcs from my
> Linux box and linking on the Mac; it basically works, but it
> references some functions from libgcc which I'm not sure I've
> implemented correctly on the Mac, namely:

You did it wrong.  You don't implement them.  The compiler comes with
an implementation of them, use it, or lose.  df means double, not
float.  di means long long, not int.



More information about the Gcc mailing list