|
From: Tom H. <to...@co...> - 2005-08-07 08:42:38
|
In message <942...@ha...>
"Yeshurun, Meir" <mei...@in...> wrote:
> In line 272 of coregrind/stage1.c
>
> info.exe_base = VG_ROUNDDN(info.exe_end - 0x02000000, 0x10000000);
>
> change the '2' to '4' (i.e., multiply 0x02000000 by 2)
>
> and then make, make install again
That will only work if it is a PIE build. He is using 2.4.0 though
so it may well be as that was the default then.
If it isn't a PIE build then KICKSTART_BASE will been to be lowered.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|