Re: a.out ld.so fix for constructor order
Some more info: you'll notice that I don't bother with releasing the
dep_node info when quitting the program.
Actually, dtors should be called in `reverse order' compared to ctors...
I haven't found any sample code that requires this, but the proper time
to release that information is when __dlexit() is called.
Note also that there's a note in unload that says that unload_subs should
exist...
so, there will be some cleanup code to review at some point...
Received on Wed Jan 15 13:59:37 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:48:28 EDT
|