From: Julian Seward Date: Tue, 17 Oct 2006 02:21:17 +0000 (+0000) Subject: Merge r6214 (some parts): X-Git-Tag: svn/VALGRIND_3_3_0~580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec0dc88e98ade8c5557267d79ce9f17412a178b8;p=thirdparty%2Fvalgrind.git Merge r6214 (some parts): Futz with the estimated-translation sizes to make them more plausible [..] git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6296 --- diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 9c3a3fa00e..1a256151a1 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -3385,7 +3385,7 @@ static void hg_pre_clo_init(void) VG_(details_copyright_author)( "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); - VG_(details_avg_translation_sizeB) ( 115 ); + VG_(details_avg_translation_sizeB) ( 300 ); VG_(basic_tool_funcs) (hg_post_clo_init, hg_instrument, diff --git a/lackey/lk_main.c b/lackey/lk_main.c index 1d723806a6..7ec5154017 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -811,7 +811,7 @@ static void lk_pre_clo_init(void) VG_(details_copyright_author)( "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); - VG_(details_avg_translation_sizeB) ( 175 ); + VG_(details_avg_translation_sizeB) ( 200 ); VG_(basic_tool_funcs) (lk_post_clo_init, lk_instrument,