This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: _dl_profile_fixup & libc_p


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]