From: Ivan Maidanski Date: Wed, 20 Sep 2017 21:35:15 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes only) X-Git-Tag: v7.6.2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1975500c0ac25b1fcbfe67ff39cea05cfb8662d9;p=libatomic_ops Update ChangeLog file (v7.6 changes only) --- diff --git a/ChangeLog b/ChangeLog index f78a9fa..6889898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ +== [7.6.2] (date not set) == + +* Avoid misleading 'AO_t undefined' error if wrong atomic_ops.h included +* Do not install documentation if configure --disable-docs (new option) +* Do not produce .tar.bz2 distribution file (configure) +* Eliminate '-pedantic is not an option that controls warnings' GCC message +* Use GCC atomic intrinsics for Hexagon (clang 3.9+) +* Workaround 'unused result' code defects in atomic_ops.c, list_atomic +Also, includes 7.4.8 changes + + == [7.6.0] 2017-05-19 == * Add *_and/or/xor* and *_[fetch_]compare_and_swap* tests to test_atomic