This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2.95.4 plans
On Tue, Mar 20, 2001 at 10:16:16AM +0000, Bernd Schmidt wrote:
> On Mon, 19 Mar 2001, H . J . Lu wrote:
>
> > > > Now that 2.95.3 is out, I'll again accept suggestions what to include in
> > > > 2.95.4, so please send candidate patches and bug reports.
> > >
> >
> > This patch
> >
> > http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01187.html
> >
> > is a must-have for glibc in CVS.
>
> You'll have to send a better explanation than that.
>
You can go from:
http://sources.redhat.com/ml/libc-alpha/2001-03/msg00080.html
http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01164.html
The problem is atexit. There should be no references to atexit
in crt*.o for glibc 2.2 in CVS since it has been removed from
libc.so.6 in glibc.
H.J.