Go to file
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
libc libc: fix executable destruction support. 2010-10-21 04:16:50 +02:00
libdl Added support for dladdr() 2010-03-17 16:11:37 -05:00
libm libm: remove aliasing issue. 2010-09-27 17:35:48 +02:00
libstdc++ Fix the build. Oops. 2010-10-11 15:27:39 +02:00
libthread_db Update libthread_db for gdb-7.0 - DO NOT MERGE 2010-06-09 14:43:39 -07:00
linker add /vendor support 2010-09-19 03:39:13 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Apply https://android-git.corp.google.com/g/60855 to dalvik-dev. 2010-08-18 00:33:52 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
MAINTAINERS
ThirdPartyProject.prop add meta-files about 3rd party projects 2010-07-16 11:41:33 -07:00