From: paolo Date: Tue, 16 Mar 2010 23:01:28 +0000 (+0000) Subject: 2010-03-16 Paolo Carlini X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=5649dc99a94dc74778ccf5644b3ec7aacbf67d6b 2010-03-16 Paolo Carlini PR libstdc++/43394 * include/parallel/compatibility.h: Add __k8 and __core2 among the i386 targets supporting atomic operations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157498 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c6dca8c8951..8e4842e1a72 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,11 @@ 2010-03-16 Paolo Carlini + PR libstdc++/43394 + * include/parallel/compatibility.h: Add __k8 and __core2 among the + i386 targets supporting atomic operations. + +2010-03-16 Paolo Carlini + * include/backward/hash_map: Use consistently the _BACKWARD_* prefix for the include guard. * include/backward/hash_fun.h: Likewise.