Imported Upstream version 6.6.0.104

Former-commit-id: d6c1a764e837d1f320bb7afe2617bc9863dc0741
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-10-02 09:05:48 +00:00
parent 9b1ef54dc9
commit 4c26f54a2f
230 changed files with 63 additions and 55 deletions
configure.REMOVED.git-idconfigure.ac.REMOVED.git-id
mcs
build/common
class
corlib/Mono
lib
monolite-linux
2cfaeda3-94a9-44e5-8fcb-51979a3398c9
657116DD-B24B-4615-8680-6C56BA42F86D
monolite-macos

@ -1 +1 @@
60a79a7b89a82334772050675ba7da0cc4f910d1
37cc903befff71e98631598a26de46eacfdc7aca

@ -1 +1 @@
ed50e44c7b9748cf25b5006cd5407e8134531cab
f1495d076977e40b18b728f5367643e7374a3bc0

@ -30,7 +30,7 @@
static partial class Consts
{
public const string MonoCorlibVersion = "2cfaeda3-94a9-44e5-8fcb-51979a3398c9";
public const string MonoCorlibVersion = "657116DD-B24B-4615-8680-6C56BA42F86D";
}
#if !NETCORE
@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.6.0.103";
public const string MonoVersion = "6.6.0.104";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

@ -193,6 +193,14 @@ namespace Mono {
return new Tuple<String, ulong, ulong> (payload_str, portable_hash, unportable_hash);
}
[MethodImplAttribute (MethodImplOptions.InternalCall)]
static extern void RegisterReportingForAllNativeLibs_internal ();
static void RegisterReportingForAllNativeLibs ()
{
RegisterReportingForAllNativeLibs_internal ();
}
[MethodImplAttribute (MethodImplOptions.InternalCall)]
static extern void RegisterReportingForNativeLib_internal (IntPtr modulePathSuffix, IntPtr moduleName);

@ -0,0 +1 @@
addab8be965ae9005b32f1e7d936ae29cb4ddcb9

@ -0,0 +1 @@
08b71dcc521f5daf8d9ae0ed23c76174fd660f3d

@ -0,0 +1 @@
8fa48a2b7ac8924c42b928ae493daa20f9f7b5fd

@ -0,0 +1 @@
6432fb38c53b70767df7c23d754f0389dd1c81c2

@ -0,0 +1 @@
3fc6751cf2f2ec7fdaf7aef8bdc83bf41b164075

@ -0,0 +1 @@
844cbe62fee56b09c1f2f11cae8e716261c7c4e6

@ -0,0 +1 @@
e352912f599cf03664d63b0c48185fa3935cb9ce

@ -0,0 +1 @@
addab8be965ae9005b32f1e7d936ae29cb4ddcb9

@ -0,0 +1 @@
08b71dcc521f5daf8d9ae0ed23c76174fd660f3d

@ -0,0 +1 @@
8fa48a2b7ac8924c42b928ae493daa20f9f7b5fd

Some files were not shown because too many files have changed in this diff Show More