From: Ivan Maidanski Date: Sat, 16 Nov 2013 10:39:23 +0000 (+0400) Subject: Update ChangeLog file X-Git-Tag: gc7_4_0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d09ad11189adb9edf87b02094590ad6b6f0db29;p=gc Update ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index 7db35b67..5e9dfd71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,6 +66,7 @@ * Eliminate warning and simplify expression in GC_init_explicit_typing. * Enable 'force GC at every GC_malloc' debug-related functionality. * Enable on-demand debug logging in GC_FindTopOfStack (Darwin). +* Enable prefetch operations by default (GCC 3.0+). * Enable staticrootstest for the case of GC shared library build. * Enable thread-local allocation support for Clang on Cygwin. * Explicitly specify that Darwin, Linux and Solaris platforms have dladdr. @@ -132,6 +133,7 @@ * Specify GC_malloc result is unused in some tests. * Specify GC_pthread_join result is unused in threadkey_test. * Specify LT_INIT in configure.ac. +* Start of port to QNX. * Support rthreads introduced in OpenBSD 5.2+. * Suppress 'GC_dont_gc deprecated' warning in gc.h if GC_DONT_GC. * Tag GC malloc routines with alloc_size attribute for Clang 3.2+. @@ -239,7 +241,7 @@ * Use union of AO_t and word to favor strict-aliasing compiler optimization. -== [7.2e] (candidate) == +== [7.2e] 2013-11-10 == * Add weak attribute to avoid __data_start undefined messages (s390x). * Add weak stubs for pthread_cancel API.