diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-09-11 21:40:41 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-09-11 21:40:41 +0000 |
commit | ab01a87cbc7872383eff0faa4c1cc53271ff6e85 (patch) | |
tree | dd3d90073691428ca546906c6dc1fb5d76415d20 /gcc/real.h | |
parent | b44a178ae83acaeb2e6a7ee51cfde543922f6b99 (diff) | |
download | gcc-ab01a87cbc7872383eff0faa4c1cc53271ff6e85.tar.gz |
builtins.c (builtin_dconsts_init, [...]): Delete.
* builtins.c (builtin_dconsts_init, dconstpi, dconste,
init_builtin_dconsts): Delete.
* emit-rtl.c (dconstpi, dconste): Define.
(init_emit_once): Initialize dconstpi & dconste.
* real.h (dconstpi, dconste): Declare.
From-SVN: r71320
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/real.h b/gcc/real.h index 0543b8f8f9d..4799204de56 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -333,6 +333,8 @@ extern REAL_VALUE_TYPE dconstm1; extern REAL_VALUE_TYPE dconstm2; extern REAL_VALUE_TYPE dconsthalf; extern REAL_VALUE_TYPE dconstthird; +extern REAL_VALUE_TYPE dconstpi; +extern REAL_VALUE_TYPE dconste; /* Function to return a real value (not a tree node) from a given integer constant. */ |