Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2014-01-14 20:29:16 +0400
committerMarek Safar <marek.safar@gmail.com>2014-01-14 20:30:49 +0400
commit09496c2a834ad3cc7be98659683da6bb2f46d6e0 (patch)
treef0b0830a4e470a41e94c5cb6a83bfa729cf833aa /mcs
parent8ab9b5a4ee2092542a1d29cb8eb0b0b9e275684d (diff)
[linker] Add missing descriptors
Diffstat (limited to 'mcs')
-rw-r--r--mcs/tools/linker/Descriptors/System.Core.xml6
-rw-r--r--mcs/tools/linker/Makefile1
2 files changed, 7 insertions, 0 deletions
diff --git a/mcs/tools/linker/Descriptors/System.Core.xml b/mcs/tools/linker/Descriptors/System.Core.xml
new file mode 100644
index 00000000000..e5a547fa791
--- /dev/null
+++ b/mcs/tools/linker/Descriptors/System.Core.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<linker>
+ <assembly fullname="System.Core">
+ <type fullname="System.Runtime.CompilerServices.CallSiteOps" preserve="methods" feature="dynamic" />
+ </assembly>
+</linker>
diff --git a/mcs/tools/linker/Makefile b/mcs/tools/linker/Makefile
index 692976b709f..b6b8fc78561 100644
--- a/mcs/tools/linker/Makefile
+++ b/mcs/tools/linker/Makefile
@@ -9,6 +9,7 @@ CECIL = $(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll
RESOURCES = \
Descriptors/mscorlib.xml \
Descriptors/System.xml \
+ Descriptors/System.Core.xml \
Descriptors/System.Drawing.xml \
Descriptors/System.Web.xml \
Descriptors/Mono.Posix.xml \