]> git.pld-linux.org Git - packages/mono.git/blame - mono-mint.patch
- BC for old mcs is enough
[packages/mono.git] / mono-mint.patch
CommitLineData
99cfd5da
JB
1--- mono-1.1.7/mono/interpreter/interp.c.orig 2005-02-01 02:02:53.000000000 +0100
2+++ mono-1.1.7/mono/interpreter/interp.c 2005-05-11 22:24:16.000000000 +0200
3@@ -4122,7 +4122,6 @@
4 "\n"
5 "Runtime:\n"
6 " --config filename load the specified config file instead of the default\n"
7- " --workers n maximum number of worker threads\n"
8 );
9 exit (1);
10 }
b80decda
JB
11--- mono-1.1.7/runtime/monodis-wrapper.in.orig 2005-04-28 05:06:48.000000000 +0200
12+++ mono-1.1.7/runtime/monodis-wrapper.in 2005-05-12 00:31:09.000000000 +0200
13@@ -3,4 +3,8 @@
14 MONO_CFG_DIR='@mono_cfg_dir@'
15 MONO_SHARED_DIR=$r/runtime
16 export MONO_CFG_DIR MONO_SHARED_DIR
17+if [ -f "$r/mono/mini/libmono.la" ]; then
18 exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@"
19+else
20+exec "$r/libtool" --mode=execute "$r/mono/dis/monodis" "$@"
21+fi
3249ccc8
JB
22--- mono-1.1.10/mono/interpreter/transform.c.orig 2005-03-07 11:18:52.000000000 +0100
23+++ mono-1.1.10/mono/interpreter/transform.c 2005-11-15 13:01:05.000000000 +0100
24@@ -2931,7 +2931,7 @@
25 m = mono_get_method_full (image, read32 (ip + 1), NULL, generic_context);
26 if (m == NULL) {
27 g_free (is_bb_start);
28- return mono_get_exception_missing_method ();
29+ return mono_get_exception_missing_method ("unknown", "unknown");
30 }
31 mono_class_init (m->klass);
32 if (!(m->klass->flags & TYPE_ATTRIBUTE_INTERFACE))
This page took 0.122889 seconds and 4 git commands to generate.