commit | bf3d5ef5fd240d4c5fbde1b32f9084dbc720840b | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 23 14:34:12 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Fri Oct 31 17:04:00 2014 -0700 |
tree | 6423dd67a3c93e26443f8738a5a81c22561ac10f | |
parent | 6442dbd3bcadbd5e522465743a8d8cf56338ae1c [diff] [blame] |
Fix mips build Bug: 18186310 (cherry picked from commit 90b74fb8671db6f5512821a033e12a6248e5c804) Change-Id: I8d4ed254e5c421b65b62c401abdb1ee07e5dc3b2
diff --git a/linker/linker.cpp b/linker/linker.cpp index c63ac35..f8963b5 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