summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-12-21 20:53:47 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-12-21 21:22:18 +0300
commitc0fee855028446c209d38d904139cca0606350b7 (patch)
treefad70ae5db36fee5aaf5f30972f8d2f893a4f95f
parent6ece1d1aa7569bb6e93828f324c0877bb5e8e892 (diff)
downloadbdwgc-c0fee855028446c209d38d904139cca0606350b7.tar.gz
Update ChangeLog file (v7.6 changes)
(a cherry-pick of commit 1422cd1d0 from 'release-7_6')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 341281e6..82447e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -633,6 +633,20 @@
* Workaround Thread Sanitizer (TSan) false positive warnings
+== [7.6.16] (not released yet) ==
+
+* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
+* Fix 'GC_greatest_stack_base_below is defined but not used' warning (IA64)
+* Fix a typo in debugging.html
+* Fix lock assertion violation in GC_find_limit if always multi-threaded
+* Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparc
+* Refer to Makefile.direct instead of deleted Makefile file in README
+* Remove checking of RS6000 completely
+* Remove non-working check of M68K in gctest
+* Revert addition of msvc_dbg.h in include.am
+* Workaround Thread Sanitizer (TSan) FP warning in is_valid_displacement
+
+
== [7.6.14] 2021-09-28 ==
* Add loop to handle abort error like in suspend logic on Darwin