[MIPS64] Dynamic linker
Change-Id: I937c7c776cae3d66e214798d5217a922cd106bfc Signed-off-by: Chris Dearman <chris.dearman@imgtec.com> Signed-off-by: Duane Sand <duane.sand@imgtec.com>
This commit is contained in:

committed by
Elliott Hughes

parent
c856baeead
commit
9918665a45
@@ -178,7 +178,7 @@ int dlclose(void* handle) {
|
||||
# define ANDROID_LIBDL_STRTAB \
|
||||
"dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0"
|
||||
#else
|
||||
# error Unsupported architecture. Only arm, arm64, mips, x86, and x86_64 are presently supported.
|
||||
# error Unsupported architecture. Only arm, arm64, mips, mips64, x86 and x86_64 are presently supported.
|
||||
#endif
|
||||
|
||||
static ElfW(Sym) gLibDlSymtab[] = {
|
||||
|
Reference in New Issue
Block a user