X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2FChangeLog;h=06394345c206fa8bce8c79c05cd78d5bfc0b381d;hb=9111a3bfaf3a61516a7b540d26f92f639cf5db14;hp=b8bf399ae03972c37f53cfcccdfc790bb2e0adb0;hpb=c147bae557d64052685a73f2e35382fe1875c2b8;p=mono.git diff --git a/mono/mini/ChangeLog b/mono/mini/ChangeLog index b8bf399ae03..06394345c20 100755 --- a/mono/mini/ChangeLog +++ b/mono/mini/ChangeLog @@ -1,5 +1,9 @@ 2010-01-20 Zoltan Varga + * exceptions-.c: Introduce a MONO_ARCH_HAVE_THROW_EXCEPTION_BY_NAME + define for platforms still using it (s390). Get rid of the + mono_arch_get_throw_exception_by_name () routines on all other platforms. + * exceptions-x86.c: Rework the throw trampolines so there is only one function which can generate throw/rethrow/corlib trampolines for llvm/not llvm code. @@ -8,7 +12,7 @@ * mini-llvm.c: Enable throwing exceptions on x86. - * mini-posix.c (SIG_HANDLER_SIGNATURE): Avoid + * mini-posix.c (SIG_HANDLER_SIGNATURE): Avoid "Thread (nil) may have been prematurely finalized" messages if this is called on a thread not registered with the runtime.