Revert "Revert "Fix mips build""

This reverts commit 4402804c35c5c5992c728c6f3cee3bdbd325819e.
This commit is contained in:
Dmitriy Ivanov 2014-11-04 09:38:10 -08:00
parent a42dfda53a
commit 1c095774c0

View File

@ -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