diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-24 22:49:55 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-24 22:49:55 +0000 |
commit | 35f31b6a983710aa9a2bd7e308d1567f326f3f5f (patch) | |
tree | bfdf4f80ea36876d228aec85956bae902b94ae96 /newlib/newlib.hin | |
parent | de194872240d47137474f610afca16d2ee659549 (diff) | |
download | cygnal-35f31b6a983710aa9a2bd7e308d1567f326f3f5f.tar.gz cygnal-35f31b6a983710aa9a2bd7e308d1567f326f3f5f.tar.bz2 cygnal-35f31b6a983710aa9a2bd7e308d1567f326f3f5f.zip |
2009-04-24 Jeff johnston <jjohnstn@redhat.com>
* configure.in: Add configuration test for long double equals dbl
and set flag _LDBL_EQ_DBL if true.
* configure: Regenerated.
* newlib.hin: Add _LDBL_EQ_DBL flag.
* libc/include/math.h: Use _LDBL_EQ_DBL flag instead of
_HAVE_LDBL_MATH.
* libc/include/stdlib.h: Use _LDBL_EQ_DBL flag instead of
_HAVE_LDBL_STDLIB.
* libc/common/local.h: Remove _LDBL_EQ_DBL flag setting.
* libc/stdlib/local.h: Ditto.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index b643411e9..f7afdebb7 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -46,6 +46,9 @@ functions. */ #undef _ATEXIT_DYNAMIC_ALLOC +/* True if long double supported and it is equal to double. */ +#undef _LDBL_EQ_DBL + /* * Iconv encodings enabled ("to" direction) */ |