|
From: Josef W. <Jos...@gm...> - 2005-11-16 01:22:55
|
On Wednesday 16 November 2005 01:09, sv...@va... wrote: > Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments > when VG_(needs_data_syms) has been called by the tool. That was the patch fixing my problem, as I see. I do not really understand it, but callgrind is not setting VG_(needs_data_syms)... so the fix seems only to be about > -#if 0 > ... > + mapped = mapped & ~(VKI_PAGE_SIZE-1); > mapped_end = (mapped_end + VKI_PAGE_SIZE - 1) & ~(VKI_PAGE_SIZE-1); I hope it is fine for tools using VG_(needs_data_syms), too. Josef |