libanl + atexit + more
Jakub Jelinek
jakub@redhat.com
Mon Mar 5 10:51:00 GMT 2001
On Sat, Mar 03, 2001 at 10:38:44AM -0800, Ulrich Drepper wrote:
> Second, I haven't gotten any comments on the atexit() implementation
> changes I made. They are so non-obvious that I thought the one or
Here is one: why is __new_exitfn exported? atexit in libc_nonshared just
calls __cxa_atexit and I don't see anything but __cxa_atexit and __on_exit
which would use it, plus if it is not exported it won't have to go through
PLT.
Jakub
More information about the Libc-hacker
mailing list