From ab01a87cbc7872383eff0faa4c1cc53271ff6e85 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 11 Sep 2003 21:40:41 +0000 Subject: 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 --- gcc/real.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/real.h') 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. */ -- cgit v1.1