aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-09-11 21:40:41 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-09-11 21:40:41 +0000
commitab01a87cbc7872383eff0faa4c1cc53271ff6e85 (patch)
treedd3d90073691428ca546906c6dc1fb5d76415d20 /gcc/real.h
parentb44a178ae83acaeb2e6a7ee51cfde543922f6b99 (diff)
downloadgcc-ab01a87cbc7872383eff0faa4c1cc53271ff6e85.zip
gcc-ab01a87cbc7872383eff0faa4c1cc53271ff6e85.tar.gz
gcc-ab01a87cbc7872383eff0faa4c1cc53271ff6e85.tar.bz2
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/real.h b/gcc/real.h
index 0543b8f..4799204 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. */