diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-11 21:40:41 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-11 21:40:41 +0000 |
commit | 7908275680344f3baec461cfc5be046b1f72ec68 (patch) | |
tree | dd3d90073691428ca546906c6dc1fb5d76415d20 /gcc/real.h | |
parent | fc4a359bef25b5db2a0a4d40c4ddf316ace87656 (diff) | |
download | gcc-7908275680344f3baec461cfc5be046b1f72ec68.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71320 138bc75d-0d04-0410-961f-82ee72b054a4
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. */ |