summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-10-13 19:31:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-10-13 19:34:13 +0300
commitc4b126aafb3d4696a08caa5401c8dd5cb1713156 (patch)
tree11b0825fe0872ea5daac617b8e2084936e4aed7e /ChangeLog
parent3a543c228dd053a307bcc2f52545c314be758dea (diff)
downloadlibatomic_ops-c4b126aafb3d4696a08caa5401c8dd5cb1713156.tar.gz
Update ChangeLog file (v7.6 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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