This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/1158] Order of invokation of atexit functions in DSOs.


------- Additional Comments From richard at ex-parrot dot com  2005-08-03 15:03 -------
Created an attachment (id=573)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=573&action=view)
Patch to cxa_finalize

This patch is a half-hearted attempt to reclaim some of the empty space in the
__exit_funcs list.  Currently I'm only removing code wholly unused segments
from the list.	This will likely result in gradual fragmentation of the used
elements of the list, and a better approach would be to properly consolidate
the used elements.  This patch, however, is probably better than nothing.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1158

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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