|
From: <sv...@va...> - 2005-11-16 17:16:13
|
Author: njn
Date: 2005-11-16 17:16:10 +0000 (Wed, 16 Nov 2005)
New Revision: 5148
Log:
Record previous log message as a comment in the code.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-11-16 17:12:38 UTC (rev 5147)
+++ trunk/coregrind/m_main.c 2005-11-16 17:16:10 UTC (rev 5148)
@@ -657,6 +657,8 @@
}
vg_assert(ok);
=20
+ /* We make the data segment (heap) executable because LinuxThreads on
+ ppc32 creates trampolines in this area. */
sres =3D VG_(am_mmap_anon_fixed_client)(=20
anon_start,=20
anon_size,=20
|