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.6.0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21c7a2e0cd6627ea8fb2c3099c221486548e2deb;p=libatomic_ops Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index a7dc6ab..d2ca7ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,6 +87,7 @@ Also, includes 7.4.6 changes * 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 @@ -263,6 +264,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 ==