com.c (ffecom_init_0): Define built-in functions for atan2, exp, floor, fmod, log...
authorRoger Sayle <roger@eyesopen.com>
Mon, 12 May 2003 12:45:25 +0000 (12:45 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 12 May 2003 12:45:25 +0000 (12:45 +0000)
commitc349b2a468b9fbaef292b4c5dfac73cf866ad0d6
tree53b86dbd19c676c34575a7621fbe81ff609d2567
parent58e15542fc00d9d47324e657ae43d941b272f9a1
com.c (ffecom_init_0): Define built-in functions for atan2, exp, floor, fmod, log and pow.

* com.c (ffecom_init_0): Define built-in functions for atan2,
exp, floor, fmod, log and pow.
(duplicate_decls): Preserve assembler name when redeclaring a
built-in.
* com-rt.def: Implement using the built-in forms of the above
functions rather than calling the standard C library directly.
Correct some of the run-time prototype "codes".

From-SVN: r66714
gcc/f/ChangeLog
gcc/f/com-rt.def
gcc/f/com.c