This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: glibc 2.2.4pre2


On Wed, Aug 08, 2001 at 10:10:18AM +0200, Andreas Jaeger wrote:
> > Does atexit work properly there? If yes, the better.
> 
> It passes the testsuite

That's because:

  if (&__dso_handle == NULL)
    {
      puts ("__dso_handle not available, cannot perform the test");
      exit (0);
    }

but that means atexit won't work properly (it will not run the exit handlers
at dlclose time).

> - but we do not have yet the __dso_handle patch in.
> 
> Jakub, can you post the patch again - or send a URL?

http://gcc.gnu.org/ml/gcc/2001-06/msg00748.html

	Jakub


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