[xbuild] Add support for wildcards in Import.
[mono.git] / libgc / ChangeLog
index 1b0db0230be361ded6f3923ca7a8fa405754631a..049c727525edc5aa92343524f6c8383a997cba12 100644 (file)
@@ -1,3 +1,27 @@
+2010-07-27  Geoff Norton  <gnorton@novell.com>
+
+       * darwin_stop_world.c: Dont track unneeded registers for amd64.
+
+2010-06-29  Geoff Norton  <gnorton@novell.com>
+
+       * include/private/gc_locks.h: Implement armv6+ variants of
+       GC_test_and_set
+
+2010-06-14  Geoff Norton  <gnorton@novell.com>
+
+       * dyn_load.c: Fix one other place where l_addr could be null on 
+       bionic.
+
+2010-05-31  Geoff Norton  <gnorton@novell.com>
+
+       * 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  <gnorton@novell.com>
+
+       * include/private/gcconfig.h: Darwin x86-64 bit support.
+       * darwin_stop_world.c: Ditto
+
 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
 
        * include/private/gcconfig.h: Android platforms are built atop Linux,