summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-14 21:02:43 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-14 21:04:27 +0300
commit0da1abc9a4836af2d830108b15a73b14b04da185 (patch)
treee67c7222fdf2ce76093887ed6faa979133032bd0
parentc589b5ffd967af70289590af85d3cbef726816e0 (diff)
downloadbdwgc-0da1abc9a4836af2d830108b15a73b14b04da185.tar.gz
Update ChangeLog file (v7.6 changes)
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4799551c..52b826cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -424,6 +424,7 @@
* Fix 'ulong undefined' compilation error on AIX
* Fix 'undefined reference to __data_start' linker error on RISC-V
* Fix 'write to GC log failed' error
+* Fix GC_proc_fd value in child process at fork (Solaris)
* Fix MPROTECT_VDB definition for single-threaded GC builds
* Fix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64
* Fix STACKBOTTOM on 32-bit HP/UX 11.11
@@ -438,6 +439,8 @@
* Fix incorrect define GC_OPENBSD_THREADS on sparc64
* Fix misaligned tlfs passed to AO_load on m68k
* Fix missing gc_dlopen.c in CMake script
+* Fix missing scratch_last_end_ptr update (Irix)
+* Fix page_was_[ever_]dirty() for static roots (Solaris)
* Fix printf format specifier in simple_example.html
* Fix save_callers for multi-threaded case if built-in backtrace unavailable
* Fix test_cpp failure caused by arbitrary link order (Win32)