OSDN Git Service

Revert "Fix mips build"
authorDmitriy Ivanov <dimitry@google.com>
Tue, 4 Nov 2014 05:14:31 +0000 (21:14 -0800)
committerDmitriy Ivanov <dimitry@google.com>
Tue, 4 Nov 2014 06:15:13 +0000 (22:15 -0800)
This reverts commit bf3d5ef5fd240d4c5fbde1b32f9084dbc720840b.

Bug: 18222321
Bug: 18211780
Change-Id: I902ed888197b358c77303f1acb6d5ffd7ae6dcd3

linker/linker.cpp

index f8963b5..c63ac35 100644 (file)
@@ -2281,7 +2281,7 @@ bool soinfo::LinkImage(const soinfo_list_t& local_group, const android_dlextinfo
 #endif
 
 #if defined(__mips__)
-  if (!mips_relocate_got(this, local_group)) {
+  if (!mips_relocate_got(this)) {
     return false;
   }
 #endif