Skip to content

Commit

Permalink
Bump mono to latest 2018-08
Browse files Browse the repository at this point in the history
Commit list for mono/mono:

* mono/mono@725ba2a2523 Fix mono/mono#12461.
* mono/mono@1dee62626d4 [2018-08 Android,AOT] Support dumping AOT offsets with Android NDK r17+ (xamarin#12454) (xamarin#12465)
* mono/mono@146c8191fb2 [x86] Set the LLVM data layout.
* mono/mono@5d3077c7bcb [arm] Set the LLVM data layout, without it, opt seems to make incorrect optimizations.
* mono/mono@5266e6a8f10 [2018-08][debugger][backport] Fix crash when there is a generic struct with a field that is an enumerator (xamarin#12410)
* mono/mono@0d988bc696e Bump API snapshot submodule
* mono/mono@e6285d015b9 Bump corefx
* mono/mono@51c4f454022 [2018-08] [merp] Batch of fixes (xamarin#12095)
* mono/mono@3bf37058fda [interp] use interp_lmf wrapper for interp2native on platforms with wonky sigcontext (xamarin#12348)
* mono/mono@25a8be91115 Bump CoreFX to bring a fix for xamarin#12093
* mono/mono@29e0e642da8 [Android] Fix build with NDK r18 (xamarin#11016) (xamarin#12291)
* mono/mono@7b44d5719eb [tests] Remove an invalid assertion on System.IO.DriveInfo
* mono/mono@3fad9a7a1cc Update DateTimeTest.cs
* mono/mono@6b6fd890ee7 Update mono/metadata/culture-info-tables.h
* mono/mono@8f50f96e8f7 Add tests
* mono/mono@1edf795ae0f ko-* specific AM/PM designators

Diff: mono/mono@9671417...725ba2a
  • Loading branch information
chamons committed Jan 17, 2019
1 parent d9df1c9 commit ddde776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mono
Submodule mono updated 42 files
+41 −9 configure.ac
+1 −1 external/api-snapshot
+1 −1 external/boringssl
+1 −1 external/corefx
+31 −0 mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs
+19 −0 mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+0 −8 ...osition.4.5/src/ComponentModel/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs
+19 −7 mcs/class/corlib/Mono/Runtime.cs
+0 −1 mcs/class/corlib/Test/System.IO/DriveInfoTest.cs
+13 −0 mcs/class/corlib/Test/System/DateTimeTest.cs
+33 −0 mcs/class/corlib/Test/System/ExceptionTest.cs
+1,460 −1,458 mono/metadata/culture-info-tables.h
+4 −1 mono/metadata/icall-def.h
+70 −35 mono/metadata/icall.c
+124 −6 mono/metadata/threads.c
+9 −1 mono/mini/aot-compiler.c
+4 −1 mono/mini/aot-runtime.c
+6 −0 mono/mini/debugger-agent.c
+2 −1 mono/mini/ee.h
+1 −1 mono/mini/interp/interp-internals.h
+63 −27 mono/mini/interp/interp.c
+2 −0 mono/mini/interp/transform.c
+1 −0 mono/mini/mini-arm.h
+3 −0 mono/mini/mini-arm64.h
+29 −18 mono/mini/mini-generic-sharing.c
+17 −9 mono/mini/mini-posix.c
+7 −0 mono/mini/mini-runtime.c
+1 −0 mono/mini/mini-x86.h
+2 −1 mono/mini/mini.h
+10 −0 mono/tests/Makefile.am
+104 −0 mono/tests/merp-json-valid.cs
+27 −6 mono/utils/mono-compiler.h
+175 −223 mono/utils/mono-merp.c
+4 −2 mono/utils/mono-merp.h
+549 −340 mono/utils/mono-state.c
+47 −6 mono/utils/mono-state.h
+7 −4 mono/utils/mono-threads-debug.h
+14 −6 sdks/builds/android.mk
+2 −0 sdks/builds/runtime.mk
+3 −3 sdks/versions.mk
+10 −0 tools/locale-builder/Driver.cs
+38 −1 tools/offsets-tool/MonoAotOffsetsDumper.cs

0 comments on commit ddde776

Please sign in to comment.