Lookup version info when relocating mips got

Bug: http://b/20693971
Bug: http://b/20139821
Change-Id: I28bd3bc44dafe048761b2c598facfe20320128c4
This commit is contained in:
Dmitriy Ivanov
2015-04-30 20:17:03 -07:00
parent 7e4bbbae4a
commit f39cb63603
3 changed files with 18 additions and 9 deletions

View File

@@ -2926,7 +2926,7 @@ bool soinfo::link_image(const soinfo_list_t& global_group, const soinfo_list_t&
#endif
#if defined(__mips__)
if (!mips_relocate_got(global_group, local_group)) {
if (!mips_relocate_got(version_tracker, global_group, local_group)) {
return false;
}
#endif