From: Ivan Maidanski Date: Wed, 10 May 2017 06:18:23 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v7.4.6~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ef1fce9ab0aa9038a4790647cd4435adb339a8;p=libatomic_ops Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index e501b97..8b2b6eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ * Support n32 ABI for mips64 * Update shared libraries version info for 7.4.6+ (to 1:4:0) * Use LLD and SCD instructions on mips64 +* Workaround 'resource leak' false positives in AO_malloc, add_elements * Workaround 'uninitialized memory use' MemorySanitizer warning (test_atomic) Also, includes 7.2h changes @@ -198,6 +199,7 @@ Also, includes 7.2 changes * Fix type of general AO_TS_INITIALIZER * Fix typo in comments in gcc/arm.h * Fix typos in 'error' pragma messages +* Workaround test_stack failure on AIX/ppc == [7.2g] 2016-05-23 ==