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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: libanl + atexit + more


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


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