-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to mono/mono:2018-02@f795aa5d (#1981)
Fixes: mono/mono#8430 Fixes: mono/mono#9318 Fixes: #1951 Context: mono/mono#9298 Installs `cmake` as part of Android SDK provisioning. Fix building of Windows cross-compilers on Ubuntu Linux. Interp fixes. Make mono-state dumper abandon stuck threads merp-related changes. Debugger fixes.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
25 files
+1 −1 | configure.ac | |
+5 −3 | mcs/class/corlib/Mono/Runtime.cs | |
+101 −0 | mono/metadata/assembly.c | |
+2 −2 | mono/metadata/icall-def.h | |
+4 −4 | mono/metadata/icall.c | |
+3 −0 | mono/metadata/image-internals.h | |
+27 −3 | mono/metadata/image.c | |
+1 −0 | mono/metadata/threads-types.h | |
+131 −17 | mono/metadata/threads.c | |
+6 −0 | mono/mini/aot-runtime.c | |
+42 −8 | mono/mini/debugger-agent.c | |
+1 −1 | mono/mini/mini-arm64.c | |
+7 −1 | mono/mini/mini-exceptions.c | |
+10 −2 | mono/mini/mini-llvm.c | |
+11 −3 | mono/mini/mini-posix.c | |
+2 −1 | mono/mini/mini-runtime.c | |
+8 −0 | mono/mini/mini.c | |
+204 −29 | mono/utils/mono-merp.c | |
+1 −1 | mono/utils/mono-merp.h | |
+2 −3 | mono/utils/mono-state.c | |
+1 −4 | scripts/ci/run-jenkins.sh | |
+5 −5 | sdks/builds/android.mk | |
+7 −7 | sdks/builds/mxe.mk | |
+2 −0 | sdks/builds/wasm.mk | |
+1 −0 | sdks/versions.mk |