commit | 1c095774c0527027bf3f7013ba15e9913d5f1853 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Tue Nov 04 09:38:10 2014 -0800 |
committer | Dmitriy Ivanov <dimitry@google.com> | Tue Nov 04 09:38:10 2014 -0800 |
tree | bdd0e78c3616e8544f2b02b8134ea7c10e99024d | |
parent | a42dfda53acc6127b5046672686b67a66be168eb [diff] [blame] |
Revert "Revert "Fix mips build"" This reverts commit 4402804c35c5c5992c728c6f3cee3bdbd325819e.
diff --git a/linker/linker.cpp b/linker/linker.cpp index e6fc9ec..f14d8b4 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -2281,7 +2281,7 @@ #endif #if defined(__mips__) - if (!mips_relocate_got(this)) { + if (!mips_relocate_got(this, local_group)) { return false; } #endif