am 5cd127d3: Merge "Fix mips build"

* commit '5cd127d3aa4a2f225be202af01581838fdd3c721':
  Fix mips build
This commit is contained in:
Dmitriy Ivanov 2014-12-02 21:42:57 +00:00 committed by Android Git Automerger
commit 5811e3fce1

View file

@ -1760,7 +1760,7 @@ bool soinfo::mips_relocate_got(const soinfo_list_t& global_group, const soinfo_l
// got[1] may be used for a GNU extension.
// Set it to a recognizable address in case someone calls it (should be _rtld_bind_start).
// FIXME: maybe this should be in a separate routine?
if ((flags & FLAG_LINKER) == 0) {
if ((flags_ & FLAG_LINKER) == 0) {
size_t g = 0;
got[g++] = reinterpret_cast<ElfW(Addr)*>(0xdeadbeef);
if (reinterpret_cast<intptr_t>(got[g]) < 0) {