2005-10-29 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / mini / ChangeLog
index 9a2d8da4f36209cfe1bc1c844727bf3487e502fe..1b36bad373ec295b50a825a1eae5d01c7d6bc272 100644 (file)
@@ -1,3 +1,33 @@
+2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
+       debugger to the proper place.
+
+2005-10-29  Martin Baulig  <martin@ximian.com>
+
+       * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
+       when running inside the debugger until the debugger has support
+       for it.
+
+2005-10-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini.h: Fix a warning.
+
+2005-10-24  Miguel de Icaza  <miguel@novell.com>
+
+       * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
+       we expose publicly, this returns the string.
+
+2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
+       with fp elimination.
+
+2005-10-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
+       native stacktrace using the glibc 'backtrace' function if available.
+
 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
 
        * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.