_dl_profile_fixup & libc_p

Gian Lorenzo Meocci glmeocci@gmail.com
Wed Mar 19 15:49:00 GMT 2008


I think that this is not a bug of glibc. Otherwise I am using
glibc-2.7 under kernel 2.6.22-3-686.
The problem for me is in _dl_fixup, that is instrumented:

08095e70 <_dl_fixup>:
 8095e70:	55                   	push   %ebp
 8095e71:	89 e5                	mov    %esp,%ebp
 8095e73:	57                   	push   %edi
 8095e74:	56                   	push   %esi
 8095e75:	53                   	push   %ebx
 8095e76:	83 ec 30             	sub    $0x30,%esp
 8095e79:	e8 b2 c8 fb ff       	call   8052730 <_mcount>
....

I believe that in this case the proper function must be
_dl_profile_fixup. Is there any manual about develop of glibc???

Thanks a lot,



-- 
Gian Lorenzo Meocci
http://www.meocci.it



More information about the Libc-alpha mailing list