From: Nicholas Nethercote Date: Wed, 16 Nov 2005 17:16:10 +0000 (+0000) Subject: Record previous log message as a comment in the code. X-Git-Tag: svn/VALGRIND_3_1_0~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43ec9bc87d353ce25085c9f7719f1ec88c5c3287;p=thirdparty%2Fvalgrind.git Record previous log message as a comment in the code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5148 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index ebf216feeb..b381a0645f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -657,6 +657,8 @@ static void setup_client_dataseg ( SizeT max_size ) } vg_assert(ok); + /* We make the data segment (heap) executable because LinuxThreads on + ppc32 creates trampolines in this area. */ sres = VG_(am_mmap_anon_fixed_client)( anon_start, anon_size,