changeset 2342:90b892525f1b

Updated NEWS with correct suffix for the llvm.atomic.cmp.swap intrinsic fixes. 2010-08-05 Xerxes R?nby <xerxes@zafena.se> * NEWS: Updated with correct suffix for the llvm.atomic.cmp.swap intrinsic fixes.
author Xerxes R?nby <xerxes@zafena.se>
date Thu, 05 Aug 2010 14:12:08 +0200
parents 64780a32846a
children a58071a38743
files ChangeLog NEWS
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 06 13:03:15 2009 +0100
+++ b/ChangeLog	Thu Aug 05 14:12:08 2010 +0200
@@ -1,3 +1,8 @@
+2010-08-05  Xerxes Rånby  <xerxes@zafena.se>
+
+	* NEWS: Updated with correct suffix for the
+	llvm.atomic.cmp.swap intrinsic fixes.
+
 2010-08-05  Xerxes Rånby  <xerxes@zafena.se>
 
 	* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
--- a/NEWS	Fri Nov 06 13:03:15 2009 +0100
+++ b/NEWS	Thu Aug 05 14:12:08 2010 +0200
@@ -3,6 +3,7 @@
 * Zero/Shark
   - Match Shark in icedtea6, makes OSR work by removing vestigal check.
   - LLVM 2.7 non-product fixes.
+  - Correct suffix for the llvm.atomic.cmp.swap intrinsic.
 
 New in release 1.13 (2010-07-29)