OSDN Git Service

Improved dlsym tests and fixes to linker
authorDmitriy Ivanov <dimitry@google.com>
Tue, 12 May 2015 18:12:27 +0000 (11:12 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Tue, 12 May 2015 20:46:40 +0000 (13:46 -0700)
commit697bd9fd38ab078a117ad9a5777cf286c467b9b9
treef34ace69fa45951dbcd215dea1c040b549bf3c6f
parent75f2dfca653dd57b6f65bf898ec4f45d87d18926
Improved dlsym tests and fixes to linker

 Answers the question: what if dependent library
 was preloaded with RTLD_LOCAL flag.

 Also add test for RTLD_NEXT within local_group.

Bug: http://b/17512583
Change-Id: I79e081e68b3a8c0ed8980d4275a06515fea94ec9
linker/linker.cpp
tests/dlfcn_test.cpp
tests/libs/Android.mk
tests/libs/dlsym_from_this_functions.cpp [new file with mode: 0644]
tests/libs/dlsym_from_this_symbol.cpp [moved from tests/libs/dlsym_from_this.cpp with 60% similarity]
tests/libs/dlsym_from_this_symbol2.cpp [new file with mode: 0644]