|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: mcs/jay/Makefile
|
|
|
|
|
--- mcs/jay/Makefile.orig 2006-11-10 08:13:27 +0100
|
|
|
|
|
+++ mcs/jay/Makefile 2006-11-10 08:23:02 +0100
|
|
|
|
|
--- mcs/jay/Makefile.orig 2006-04-14 19:47:49 +0200
|
|
|
|
|
+++ mcs/jay/Makefile 2007-02-07 11:56:40 +0100
|
|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
SUBDIRS :=
|
|
|
|
|
include ../build/rules.make
|
|
|
|
|
@ -29,9 +29,9 @@ Index: mcs/jay/Makefile
|
|
|
|
|
uninstall-local:
|
|
|
|
|
-rm -f $(DESTDIR)$(prefix)/bin/jay
|
|
|
|
|
Index: mono/Makefile.in
|
|
|
|
|
--- mono/Makefile.in.orig 2006-11-02 19:15:52 +0100
|
|
|
|
|
+++ mono/Makefile.in 2006-11-10 08:02:45 +0100
|
|
|
|
|
@@ -264,7 +264,7 @@
|
|
|
|
|
--- mono/Makefile.in.orig 2007-02-07 02:53:37 +0100
|
|
|
|
|
+++ mono/Makefile.in 2007-02-07 11:56:40 +0100
|
|
|
|
|
@@ -268,7 +268,7 @@
|
|
|
|
|
target_os = @target_os@
|
|
|
|
|
target_vendor = @target_vendor@
|
|
|
|
|
SUBDIRS = utils io-layer monoburg os cil metadata \
|
|
|
|
|
@ -41,8 +41,8 @@ Index: mono/Makefile.in
|
|
|
|
|
all: all-recursive
|
|
|
|
|
|
|
|
|
|
Index: mono/mini/aot-runtime.c
|
|
|
|
|
--- mono/mini/aot-runtime.c.orig 2006-11-02 19:09:51 +0100
|
|
|
|
|
+++ mono/mini/aot-runtime.c 2006-11-10 08:02:45 +0100
|
|
|
|
|
--- mono/mini/aot-runtime.c.orig 2007-01-25 07:11:23 +0100
|
|
|
|
|
+++ mono/mini/aot-runtime.c 2007-02-07 11:56:40 +0100
|
|
|
|
|
@@ -10,6 +10,7 @@
|
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
@ -52,9 +52,9 @@ Index: mono/mini/aot-runtime.c
|
|
|
|
|
#include <fcntl.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
Index: mono/mini/mini-x86.c
|
|
|
|
|
--- mono/mini/mini-x86.c.orig 2006-11-02 19:09:51 +0100
|
|
|
|
|
+++ mono/mini/mini-x86.c 2006-11-10 08:02:45 +0100
|
|
|
|
|
@@ -418,6 +418,34 @@
|
|
|
|
|
--- mono/mini/mini-x86.c.orig 2007-01-25 07:11:22 +0100
|
|
|
|
|
+++ mono/mini/mini-x86.c 2007-02-07 11:56:40 +0100
|
|
|
|
|
@@ -419,6 +419,34 @@
|
|
|
|
|
return cinfo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -90,20 +90,20 @@ Index: mono/mini/mini-x86.c
|
|
|
|
|
* mono_arch_get_argument_info:
|
|
|
|
|
* @csig: a method signature
|
|
|
|
|
Index: mono/utils/mono-codeman.c
|
|
|
|
|
--- mono/utils/mono-codeman.c.orig 2006-10-12 02:10:22 +0200
|
|
|
|
|
+++ mono/utils/mono-codeman.c 2006-11-10 08:02:45 +0100
|
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
--- mono/utils/mono-codeman.c.orig 2007-01-25 07:11:23 +0100
|
|
|
|
|
+++ mono/utils/mono-codeman.c 2007-02-07 11:57:12 +0100
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
#define MAX_WASTAGE 32
|
|
|
|
|
#define MIN_BSIZE 32
|
|
|
|
|
|
|
|
|
|
-#ifdef __x86_64__
|
|
|
|
|
+#if defined(__x86_64__) && !defined(__FreeBSD__)
|
|
|
|
|
#define ARCH_MAP_FLAGS MAP_32BIT
|
|
|
|
|
#define ARCH_MAP_FLAGS MONO_MMAP_32BIT
|
|
|
|
|
#else
|
|
|
|
|
#define ARCH_MAP_FLAGS 0
|
|
|
|
|
Index: support/stdio.c
|
|
|
|
|
--- support/stdio.c.orig 2006-11-02 19:09:53 +0100
|
|
|
|
|
+++ support/stdio.c 2006-11-10 08:02:45 +0100
|
|
|
|
|
+++ support/stdio.c 2007-02-07 11:56:40 +0100
|
|
|
|
|
@@ -142,14 +142,14 @@
|
|
|
|
|
Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t size)
|
|
|
|
|
{
|
|
|
|
|
|