This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: gcc, mplayer and profile (mcount)


"Seongbae Park" <seongbae.park@gmail.com> 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


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