From: Ivan Maidanski Date: Fri, 13 Oct 2017 16:31:34 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes only) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b126aafb3d4696a08caa5401c8dd5cb1713156;p=libatomic_ops Update ChangeLog file (v7.6 changes only) --- diff --git a/ChangeLog b/ChangeLog index 6889898..f3dd1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,10 @@ * 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 +* Fix 'bad register name %sil' assembler error (GCC-4.4/x86) * Use GCC atomic intrinsics for Hexagon (clang 3.9+) * Workaround 'unused result' code defects in atomic_ops.c, list_atomic +* Workaround Thread Sanitizer (TSan) false positive warnings Also, includes 7.4.8 changes