summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-17 16:06:09 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-17 16:06:09 +0000
commit22e49fd54023d8a55e0079bcc73a8a17e7aced7d (patch)
tree0df5ddce9e000c39989dd43f69f2b2966b415141 /NEWS
parentfd9aa13d4bfd425626a15baf8d59f8e42520c2fe (diff)
downloadATCD-22e49fd54023d8a55e0079bcc73a8a17e7aced7d.tar.gz
ChangeLogTag: Mon Jul 17 16:04:07 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45bd2d5d1d4..eb99d76aa24 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,16 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.5.3
USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
====================================================
+. (OCI) An assembler (within a C source file) based implementation for SPARC
+ of atomic operations suitable for use with the
+ ACE_Atomic_Op<ACE_Thread_Mutex, long> and
+ ACE_Atomic_Op<ACE_Thread_Mutex, unsigned long> specializations has
+ been added. Currently, it can only be enabled by setting the
+ atomic_ops_sparc make macro to 1 when using the GNUACE build system with
+ the Solaris SunCC compiler. It should be noted that this requires the
+ -xarch=v8plus (or higher) be added to the CFLAGS make macro or the
+ assembler code will not compile.
+
. The ACE_Message_Queue_Ex_N<class ACE_MESSAGE_TYPE, ACE_SYNCH_DECL> class
is new, contributed by Guy Peleg <guy dot peleg at amdocs dot com>.
ACE_Message_Queue_Ex_N<class ACE_MESSAGE_TYPE, ACE_SYNCH_DECL> is