Enable __cxa_atexit && __cxa_finalize for linker

This allows adding destructors to classes used
 for global variables.

Change-Id: I5e1cd63fe3bf8f66de88cc4f7437cafb350f49b5
This commit is contained in:
Dmitriy Ivanov
2014-08-26 14:16:52 -07:00
parent c764fb24cc
commit 14241402de
5 changed files with 24 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ LOCAL_SRC_FILES:= \
linker.cpp \
linker_allocator.cpp \
linker_environ.cpp \
linker_libc_support.c \
linker_phdr.cpp \
rt.cpp \