From 518cad0488d25da2e3a196b08fef9fe2edfeaced Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 13 Oct 2017 19:31:34 +0300 Subject: [PATCH] Update ChangeLog file (v7.6 changes only) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1