Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@@ -0,0 +1,18 @@
.assembly extern mscorlib
{
}
.assembly System.Runtime.CompilerServices.Unsafe
{
.custom instance void [mscorlib]System.Reflection.AssemblyFileVersionAttribute::.ctor(string) = ( 01 00 07 34 2E 30 2E 30 2E 30 00 00 ) // ...4.0.0.0..
.custom instance void [mscorlib]System.Reflection.AssemblyInformationalVersionAttribute::.ctor(string) = ( 01 00 07 34 2E 30 2E 30 2E 30 00 00 ) // ...4.0.0.0..
.hash algorithm 0x00008004
.ver 4:0:4:0
}
.module System.Runtime.CompilerServices.Unsafe.dll
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY

View File

@@ -0,0 +1,18 @@
thisdir = class/System.Runtime.CompilerServices.Unsafe
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Runtime.CompilerServices.Unsafe.dll
XTEST_LIB_FLAGS = -unsafe
#NO_BUILD = yes
NO_INSTALL = yes
EXTRA_DISTFILES = AssemblyInfo.il
include ../../build/library.make
$(build_lib): AssemblyInfo.il ../corlib/System.Runtime.CompilerServices/Unsafe.il
$(ILASM) AssemblyInfo.il ../corlib/System.Runtime.CompilerServices/Unsafe.il /dll /out:$(build_lib)