summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-12 20:18:11 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-12 20:18:11 +0000
commitcf1ad1195d0717d73c4416534fd620a77fa8b0b0 (patch)
tree6218c9e45bdd2a25a9917c09c23146897ce1be95
parentbc387619b9272c44b6f93edc70e684ffa4a05a96 (diff)
downloadATCD-cf1ad1195d0717d73c4416534fd620a77fa8b0b0.tar.gz
ChangeLogTag: Tue Jun 12 20:11:59 UTC 2007 Ciju John <johnc at ociweb dot com>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/NEWS5
2 files changed, 11 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f15e40c3030..02e1984923c 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 12 20:11:59 UTC 2007 Ciju John <johnc at ociweb dot com>
+
+ * NEWS:
+ Add note regards Fedora 7 GCC 4.1.2 fix for visibility attribute
+ used for singletons.
+
Mon Jun 11 12:40:00 UTC 2007 Simon Massey <sma@prismtech.com>
* ace/MMAP_Memory_Pool.cpp:
diff --git a/ACE/NEWS b/ACE/NEWS
index 519532838eb..34a8f153fc1 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -25,6 +25,11 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.8 and ACE-5.5.9
. Shared library builds on AIX now produce a libxxx.so file instead of the
previous practice of producing libxxx.a(shr.o).
+. GCC 4.1.2 that comes with Fedora 7 seems to have a fix for the visibility
+ attribute we use for the singletons. F7 users will therefore need to
+ define the following in your config.h file.
+ ACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS 1
+
USER VISIBLE CHANGES BETWEEN ACE-5.5.7 and ACE-5.5.8
====================================================