Re: [ams@kemisten.nu: Re: gcc 3.3.x and profile]

2003-10-04 Thread Roland McGrath
The GCC spec looks fine to me. The initialization and finalization code that makes things happen is in libc, so that's where your problem is. gcrt[01].o makes sure that __gmon_start__ gets called (libc/csu/gmon-start.c). That initializer function calls __monstartup to start profiling and uses ate

[ams@kemisten.nu: Re: gcc 3.3.x and profile]

2003-09-19 Thread Alfred M. Szmidt
Could someone comment on this or point me to some place that could? --- Start of forwarded message --- Date: Fri, 22 Aug 2003 10:57:53 +0200 (MEST) From: "Alfred M. Szmidt" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: gcc 3.3.x and profile Hacking on gettin