commit | f39cb63603da949325b4d186e870d0c3de01eb30 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Apr 30 20:17:03 2015 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Thu Apr 30 20:17:03 2015 -0700 |
tree | 39d151cabf9ca4702f1666101b6c25a5a954b931 | |
parent | 7e4bbbae4a1e2034e6fa47ac2b0e1e7ca970acf0 [diff] [blame] |
Lookup version info when relocating mips got Bug: http://b/20693971 Bug: http://b/20139821 Change-Id: I28bd3bc44dafe048761b2c598facfe20320128c4
diff --git a/linker/linker.cpp b/linker/linker.cpp index d29ee02..fe2c2f0 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -2926,7 +2926,7 @@ #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