summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 17:43:30 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 17:43:30 +0000
commit95b0caf7f2730d0de639dab8aa815f9c3c699a50 (patch)
treef13cda61478f7f68319d2875329799b483ca3b78
parentccb3611289a7dfe1343c6acf36a437da753e44ef (diff)
downloadATCD-95b0caf7f2730d0de639dab8aa815f9c3c699a50.tar.gz
ChangeLogTag: Thu Nov 13 17:39:19 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
-rw-r--r--ChangeLog9
-rw-r--r--ace/config-freebsd.h2
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 23940a87ae3..ac52df07f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Nov 13 17:39:19 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/config-freebsd.h:
+ Remove #define ACE_SIZEOF_LONG_DOUBLE, since this value
+ is hardcoded for 32-bit platforms. Dan Eischen <deischen@freebsd.org>
+ reported that this caused the Basic_Types_Test to fail on 64-bit FreeBSD
+ platforms. The correct value for this constant is defined later
+ on in Basic_Types.h by including <float.h>.
+
Thu Nov 13 11:27:23 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/DependencyGenerator/DependencyEditor.pm:
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index a1c8616ada7..0aeaab24a90 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -34,8 +34,6 @@
#endif /* ACE_HAS_THREADS */
#endif /* __FreeBSD_version < 220000 */
-#define ACE_SIZEOF_LONG_DOUBLE 12
-
#if defined (__GNUG__)
# include "ace/config-g++-common.h"
#endif /* __GNUG__ */