"Seongbae Park" <[EMAIL PROTECTED]> writes: > I remember someone wanting to provide his own mcount(). > Presumably, mcount() is weak in libc to cover such a use case ?
Yes, mcount() is weak in libc. But it seems to me that you can provide your own mcount even if it has to be named _mcount, since libc never calls it internally. Ian