define if not already provided by per-OS file.
* config/os/bsd/freebsd/bits/os_defines.h (__glibcpp_long_double_bits):
Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45165
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-08-24 Loren J. Rittle <ljrittle@acm.org>
+
+ * config/cpu/i386/bits/limits.h (__glibcpp_long_double_bits): Only
+ define if not already provided by per-OS file.
+ * config/os/bsd/freebsd/bits/os_defines.h (__glibcpp_long_double_bits):
+ Define.
+
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>
* docs/html/17_intro/C++STYLE: Fix typo.
#ifndef _GLIBCPP_CPU_LIMITS
#define _GLIBCPP_CPU_LIMITS 1
+// Some operating systems set this
+#ifndef __glibcpp_long_double_bits
#define __glibcpp_long_double_bits 80
+#endif
#endif
/* System-specific #define, typedefs, corrections, etc, go here. This
file will come before all others. */
+#define __glibcpp_long_double_bits __glibcpp_double_bits
+
#define _GLIBCPP_AVOID_FSEEK 1
#endif