Imported Upstream version 4.4.0.148

Former-commit-id: c10acd76550d96beddcce140c4682c6744920039
This commit is contained in:
Xamarin Public Jenkins
2016-04-28 10:32:09 -04:00
parent 67cc8417df
commit ee13743634
14 changed files with 11 additions and 9 deletions

View File

@@ -183,9 +183,11 @@ mono_mb_create_method (MonoMethodBuilder *mb, MonoMethodSignature *signature, in
#endif
}
#ifndef DISABLE_JIT
/* Free the locals list so mono_mb_free () doesn't free the types twice */
g_list_free (mb->locals_list);
mb->locals_list = NULL;
#endif
method->signature = signature;
if (!signature->hasthis)

View File

@@ -801,7 +801,7 @@ EXTRA_DIST = TestDriver.cs \
Makefile.am.in
version.h: Makefile
echo "#define FULL_VERSION \"Stable 4.4.0.142/81f38a9\"" > version.h
echo "#define FULL_VERSION \"Stable 4.4.0.148/fcf7a6d\"" > version.h
# Utility target for patching libtool to speed up linking
patch-libtool:

View File

@@ -801,7 +801,7 @@ EXTRA_DIST = TestDriver.cs \
Makefile.am.in
version.h: Makefile
echo "#define FULL_VERSION \"Stable 4.4.0.142/81f38a9\"" > version.h
echo "#define FULL_VERSION \"Stable 4.4.0.148/fcf7a6d\"" > version.h
# Utility target for patching libtool to speed up linking
patch-libtool:

View File

@@ -1 +1 @@
fe183791db460a9dd05074980db60cfb70ea20c4
626933e5ad9d50d227ef41d3c68cad86d47c96b1

View File

@@ -1 +1 @@
#define FULL_VERSION "Stable 4.4.0.142/81f38a9"
#define FULL_VERSION "Stable 4.4.0.148/fcf7a6d"