summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-09 08:30:33 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-09 13:31:14 +0300
commit3eb1f48a27e5b19c84190b1d4fbc7e409fddf352 (patch)
tree19b4c25ff27873bfeaf45a4c6e48932ac72ded3c
parentbab5e0db4687d643a43922b73c12bd468e379c85 (diff)
downloadlibatomic_ops-3eb1f48a27e5b19c84190b1d4fbc7e409fddf352.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f6f63..3601bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* Fix gcc/sunc x86 AO_compare_double_and_swap_double missing side effect
* Fix library name in README_details
+* Fix size of local variable passed to cas[x] (gcc/sparc)
+* Workaround assertion violation in AO_load/store on m68k
== [7.4.14] 2019-03-01 ==
@@ -228,6 +230,8 @@ Also, includes 7.2 changes
* Fix asm constraints of primitives in sunc/x86_64.h
* Fix gcc/sunc x86 AO_compare_double_and_swap_double missing side effect
* Fix library name in README details
+* Fix size of local variable passed to cas[x] (gcc/sparc)
+* Workaround assertion violation in AO_load/store on m68k
== [7.2i] 2017-12-21 ==