]> gcc.gnu.org Git - gcc.git/commit
com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
authorToon Moene <toon@moene.indiv.nluug.nl>
Wed, 23 Aug 2000 21:16:19 +0000 (23:16 +0200)
committerToon Moene <toon@gcc.gnu.org>
Wed, 23 Aug 2000 21:16:19 +0000 (21:16 +0000)
commit95eb4fd909f727aea8dc9952f53c7e55f1ee255a
treef30e0bfa0da918997e69826b40a5f5896174f63b
parent7eda0d2ddf6fd4dc7935fdd4e5da2a40f21ca7d0
com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.

2000-08-23  Toon Moene  <toon@moene.indiv.nluug.nl>

* com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
* com.c (macro DEFGFRT): Use CONST boolean.
(ffecom_call_binop_): Choose between call by value
and call by reference.
(ffecom_expr_): Use direct calls to (g)libc functions for
POW_DD, LOG10, (float) MOD.
(ffecom_make_gfrt_): Add const indication to table of
intrinsics.
* com.h (macro DEFGFRT): Use CONST boolean.
* intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.

From-SVN: r35925
gcc/f/ChangeLog
gcc/f/com-rt.def
gcc/f/com.c
gcc/f/com.h
gcc/f/intrin.def
This page took 0.057682 seconds and 5 git commands to generate.