Changelog from last commit. Sorry ;)
authorMark Mason <glowingpurple@gmail.com>
Fri, 28 Nov 2008 17:55:39 +0000 (17:55 -0000)
committerMark Mason <glowingpurple@gmail.com>
Fri, 28 Nov 2008 17:55:39 +0000 (17:55 -0000)
Contributed under the MIT X11 license

svn path=/trunk/mono/; revision=120246

mono/mini/ChangeLog

index 0a2f56984b9793586f3b60dbcf2edad6923a7158..eb025d6e7d7947247f378e734682d1ac8ae524ae 100644 (file)
@@ -1,5 +1,10 @@
 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
 
+       * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
+       * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
+       * mini-mips.h: disable IMT
+       * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
+       
 2008-11-28  Mark Probst  <mark.probst@gmail.com>
 
        * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.