From e36101b405c4ac0767cb1d0f9a93707dd88a9e16 Mon Sep 17 00:00:00 2001 From: jbevain 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. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@145208 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- tools/tuner/ChangeLog | 4 ++++ tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/tools/tuner/ChangeLog b/tools/tuner/ChangeLog index 7b751a9d25..01429ece50 100644 --- a/tools/tuner/ChangeLog +++ b/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/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs b/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs index 3798f39cf9..cba710b88b 100644 --- a/tools/tuner/Mono.Tuner/MoonlightAssemblyStep.cs +++ b/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