David 'Digit' Turner 1df986c21e libc: fix executable destruction support.
This change allows an executable to call its destructor functions
(declared with __attribute__((destructor))) to be properly called
when it normally exits.

Note that this is different from calling the destructors of a shared
library when it is unloaded with dlclose() or through program exit,
which are already supported.

Bug: 3106500
Change-Id: I1412ef5407f13b613fc6cb6103e0a691dbee4b1a
2010-10-21 04:16:50 +02:00
..
2010-01-15 15:57:02 -08:00
2010-06-11 13:49:09 -07:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00