This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/gmon.c
- From: Richard Henderson <rth at redhat dot com>
- To: John Levon <levon at movementarian dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 11 Apr 2002 13:07:36 -0700
- Subject: Re: gcc/gmon.c
- References: <20020411143556.GA49507@compsoc.man.ac.uk>
On Thu, Apr 11, 2002 at 03:35:56PM +0100, John Levon wrote:
> It looks like GNU libc provides the stuff (__gmon_startup__ etc.) for
> actually starting profiling (for the profil(2) call etc.), but I
> couldn't find exactly how this setup gets triggered. Can somebody give
> me a quick hint ?
Look at crti.o.
r~