From 1c095774c0527027bf3f7013ba15e9913d5f1853 Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Tue, 4 Nov 2014 09:38:10 -0800 Subject: [PATCH] Revert "Revert "Fix mips build"" This reverts commit 4402804c35c5c5992c728c6f3cee3bdbd325819e. --- linker/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker/linker.cpp b/linker/linker.cpp index e6fc9eccd..f14d8b48d 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -2281,7 +2281,7 @@ bool soinfo::LinkImage(const soinfo_list_t& local_group, const android_dlextinfo #endif #if defined(__mips__) - if (!mips_relocate_got(this)) { + if (!mips_relocate_got(this, local_group)) { return false; } #endif