X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2FChangeLog;h=049c727525edc5aa92343524f6c8383a997cba12;hb=9a36b4fd76ade1c072ab4d33777dea77e4942c85;hp=b6235a2838919710f08c7b8696c992cd28585606;hpb=e7528a2e37e3f79611ce29683a0a9f212a7fe661;p=mono.git diff --git a/libgc/ChangeLog b/libgc/ChangeLog index b6235a28389..049c727525e 100644 --- a/libgc/ChangeLog +++ b/libgc/ChangeLog @@ -1,3 +1,35 @@ +2010-07-27 Geoff Norton + + * darwin_stop_world.c: Dont track unneeded registers for amd64. + +2010-06-29 Geoff Norton + + * include/private/gc_locks.h: Implement armv6+ variants of + GC_test_and_set + +2010-06-14 Geoff Norton + + * dyn_load.c: Fix one other place where l_addr could be null on + bionic. + +2010-05-31 Geoff Norton + + * dyn_load.c: Its possible for linkmap->l_addr to be null for the + linker entry on some systems (Android/Bionic based libc's) + +2010-04-23 Geoff Norton + + * include/private/gcconfig.h: Darwin x86-64 bit support. + * darwin_stop_world.c: Ditto + +2010-04-19 Jonathan Pryor + + * include/private/gcconfig.h: Android platforms are built atop Linux, + don't use glibc, and uses `environ` instead of `__environ`. + * configure.in: Use AC_CHECK_LIB() to check for pthread instead of + just blindly linking to -lpthread, as Android includes pthread + support within libc and doesn't provide a separate libpthread. + 2010-03-09 Zoltan Varga * include/private/gc_locks.h: Fix amd64 build with newer gcc's.