From ab683de02474ad0c58d4eb90bdc21a0f56b26b12 Mon Sep 17 00:00:00 2001 From: Jb Evain Date: Mon, 2 Nov 2009 16:18:46 +0000 Subject: [PATCH] 2009-11-02 Jb Evain * Mono.Tuner/MoonlightAssemblyStep.cs: adapt to the MT linker merge. svn path=/trunk/mcs/; revision=145208 --- mcs/tools/tuner/ChangeLog | 4 ++++ mcs/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/mcs/tools/tuner/ChangeLog b/mcs/tools/tuner/ChangeLog index 7b751a9d257..01429ece50c 100644 --- a/mcs/tools/tuner/ChangeLog +++ b/mcs/tools/tuner/ChangeLog @@ -1,3 +1,7 @@ +2009-11-02 Jb Evain + + * Mono.Tuner/MoonlightAssemblyStep.cs: adapt to the MT linker merge. + 2009-10-14 Raja R Harinath * Makefile (CECIL, LINKER): Point to profile-specific assembly. diff --git a/mcs/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs b/mcs/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs index 3798f39cf9e..cba710b88bd 100644 --- a/mcs/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs +++ b/mcs/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs @@ -55,6 +55,7 @@ namespace Mono.Tuner { { pipeline.RemoveStep (typeof (LoadI18nAssemblies)); pipeline.RemoveStep (typeof (BlacklistStep)); + pipeline.RemoveStep (typeof (TypeMapStep)); pipeline.RemoveStep (typeof (MarkStep)); pipeline.RemoveStep (typeof (SweepStep)); pipeline.RemoveStep (typeof (CleanStep)); -- 2.11.4.GIT