[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental-patches/remove_duplicate_definition_of_mini_gc_enable_gc_maps_for_aot, updated. upstream/3.0.6+dfsg2-3-g82b5a63

Jo Shields directhex at apebox.org
Thu Apr 18 17:27:54 UTC 2013


The following commit has been merged in the master-experimental-patches/remove_duplicate_definition_of_mini_gc_enable_gc_maps_for_aot branch:
commit cb4598f33e8da9591c4dcc2bcc4462684c6140ba
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Apr 18 10:28:17 2013 +0100

    Remove duplicated definition of mini_gc_enable_gc_maps_for_aot - fixed build on PowerPC, Itanium, SPARC
    (cherry picked from commit 998373afb6cb164767d2dc7cc62610e1dbf4a161)

diff --git a/mono/mini/mini-gc.c b/mono/mini/mini-gc.c
index 3d9bfee..0caa54f 100644
--- a/mono/mini/mini-gc.c
+++ b/mono/mini/mini-gc.c
@@ -2547,11 +2547,6 @@ mini_gc_set_slot_type_from_cfa (MonoCompile *cfg, int slot_offset, GCSlotType ty
 
 #endif /* DISABLE_JIT */
 
-void
-mini_gc_enable_gc_maps_for_aot (void)
-{
-}
-
 #endif
 
 #ifndef DISABLE_JIT

-- 
mono



More information about the Pkg-mono-svn-commits mailing list