commit | f33a7d7f1cc96cf1445013fe49f6db0f03cbd44f | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 23 22:53:23 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 23 22:53:24 2014 +0000 |
tree | 90b5d971a75183bb97d1c7bed32a1f0e0900c41e | |
parent | 398eb5a7ee1f0f7173e463e82381431ef4b21a17 [diff] | |
parent | 90b74fb8671db6f5512821a033e12a6248e5c804 [diff] |
Merge "Fix mips build"
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