This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcov : __bb_exit_func called twice
- To: "Philippe De Muyter" <phdm at macqel dot be>
- Subject: Re: gcov : __bb_exit_func called twice
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 19 Mar 1998 21:25:44 -0700
- cc: gcc-patches at gnu dot org, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199803132239.XAA26225@mail.macqel.be>you write:
>
> On m68k-motorola-sysv and certainly others, __bb_exit_func is called twice,
> a first time by atexit and the second one directly by exit. Here is a fix.
>
> Fri Mar 13 23:29:22 1998 Philippe De Muyter <phdm@macqel.be>
>
> * libgcc2.c (exit): Do not call __bb_exit_func if HAVE_ATEXIT.
Thanks. I've installed this patch into egcs.
jeff