From: Ivan Maidanski Date: Thu, 17 Mar 2016 08:21:18 +0000 (+0300) Subject: Update ChangeLog file (v7.4 changes) X-Git-Tag: v7.6.0~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a12fb11affe6c189f19e3b20a2f6fadb424d29c3;p=libatomic_ops Update ChangeLog file (v7.4 changes) --- diff --git a/ChangeLog b/ChangeLog index 3b50073..f3de87f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,12 @@ * Eliminate 'signed-to-unsigned value extension' compiler warning in malloc. * Eliminate 'variable set but not used' Cppcheck warnings in test_stack. +* Fix GCC 5.x compatibility for AArch64 double-wide primitives. * Fix makefile preventing AO_pause undefined in libatomic_ops_gpl. * Fix missing casts to match printf format specifier in test_atomic. * Fix missing output folder on making auto-generated test files (Automake). * Minor fix of code alignment in mips AO_compare_and_swap. +* Remove TODO file. * Restore contribution info in ChangeLog for authors not listed in git log. Also, includes 7.2g changes.