2004-01-09 Zoltan Varga <vargaz@freemail.hu>
authorZoltan Varga <vargaz@gmail.com>
Fri, 9 Jan 2004 13:43:02 +0000 (13:43 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 9 Jan 2004 13:43:02 +0000 (13:43 -0000)
* exceptions-ppc.c exceptions-x86.c exceptions-sparc.c
tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from
Max Horn (max@quendi.de). Fix file names in comments.

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

mono/mini/ChangeLog
mono/mini/exceptions-ppc.c
mono/mini/exceptions-sparc.c
mono/mini/exceptions-x86.c
mono/mini/tramp-ppc.c
mono/mini/tramp-sparc.c
mono/mini/tramp-x86.c

index a1d15060cb8771440befed0530bb4a1257278368..bd8e4a3fc4a66a4a5d06cb5459c1edec090ca330 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
+       tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
+       Max Horn (max@quendi.de). Fix file names in comments.
+
 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
 
        * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
index 45b9fb2759c5bc6ae451b8f072888ebe5d894608..7629cdd69c72b7244b5b28eeec65a8be0670408e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * exception.c: exception support
+ * exceptions-ppc.c: exception support for PowerPC
  *
  * Authors:
  *   Dietmar Maurer (dietmar@ximian.com)
index 335d07799ad0eb31633b8e6bcfe317c941a6e09d..0c9a21e276c49f737b714a5990b2f81108b712d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * exceptionsparc.c: exception support for 64 bit sparc
+ * exceptions-sparc.c: exception support for 64 bit sparc
  *
  * Authors:
  *   Mark Crichton (crichton@gimp.org)
index 7f7e73228b9e6ce318fa050c9fa5f8ae696b71d7..4a35c4b75ca3cfc8af533e4f37c1d087171431a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * exception.c: exception support
+ * exceptions-x86.c: exception support for x86
  *
  * Authors:
  *   Dietmar Maurer (dietmar@ximian.com)
@@ -1011,7 +1011,6 @@ mono_arch_handle_exception (MonoContext *ctx, gpointer obj, gboolean test_only)
                mono_ex = NULL;
        }
 
-
        if (!call_filter)
                call_filter = arch_get_call_filter ();
 
index 0cf26e2c7de670614de73c382bafc0342e63d438..623021c80e84c5c1225df4fce228013a591e9f89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * trampoline.c: JIT trampoline code
+ * tramp-ppc.c: JIT trampoline code for PowerPC
  *
  * Authors:
  *   Dietmar Maurer (dietmar@ximian.com)
index 058748767f3e34e2fb28a9c0b37ccc15408620c1..c656a7c7379c243b87d05dadee1417ff2f9228be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * trampolinesparc.c: JIT trampoline code for Sparc 64
+ * tramp-sparc.c: JIT trampoline code for Sparc 64
  *
  * Authors:
  *   Mark Crichton (crichton@gimp.org)
index 94f29bace455311dbf308bdb0d6438733658d945..20f56dd3f970717ea37d2b17b9c1ee70226dcda3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * trampoline.c: JIT trampoline code
+ * tramp-x86.c: JIT trampoline code for x86
  *
  * Authors:
  *   Dietmar Maurer (dietmar@ximian.com)