OSDN Git Service

* com.c (ffecom_init_0): Define built-in functions for atan2,
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 May 2003 12:45:25 +0000 (12:45 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 May 2003 12:45:25 +0000 (12:45 +0000)
commite6313ae8a0e7d6a32e0d1d5fad0a9723b174586f
tree53b86dbd19c676c34575a7621fbe81ff609d2567
parentd716c068e9a15fc579321e1cd263bd416074d69b
* 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".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66714 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/f/ChangeLog
gcc/f/com-rt.def
gcc/f/com.c