commit | 90b74fb8671db6f5512821a033e12a6248e5c804 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 23 14:34:12 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 23 14:34:12 2014 -0700 |
tree | 90b5d971a75183bb97d1c7bed32a1f0e0900c41e | |
parent | e47b3f8456fc34ac136e9fddef59a9ae37febcbe [diff] |
Fix mips build Change-Id: Ia2dc2e07740bdbb91ee92bfea459230015fcc99b
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