From: Ivan Maidanski Date: Mon, 5 Mar 2018 22:33:22 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes only) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eb1e7dbc60e58295c4d4f3cd9360eb2ee75befc;p=libatomic_ops Update ChangeLog file (v7.6 changes only) --- diff --git a/ChangeLog b/ChangeLog index f1814bf..f70e6c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ +== [7.6.4] (not released yet) == + +* Add RISC-V support +* Convert atomic_ops_malloc.c and tests to valid C++ code +* Eliminate 'function is never used' cppcheck warning for load_before_cas +* Eliminate 'using argument that points at uninitialized var' cppcheck error +* Fix 'AO_pt_lock undefined' error if cross-compiling manually (MinGW) +* Fix public headers inclusion from clients C++ code +* Remove gcc/nios2.h file (include gcc/generic.h directly for nios2) + + == [7.6.2] 2017-12-24 == * Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stack