Merge "Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers""

This commit is contained in:
Dimitry Ivanov
2015-06-24 20:44:36 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 153 deletions

View File

@@ -2875,12 +2875,6 @@ bool soinfo::prelink_image() {
}
}
#if defined(__mips__) && !defined(__LP64__)
if (!mips_check_and_adjust_fp_modes()) {
return false;
}
#endif
DEBUG("si->base = %p, si->strtab = %p, si->symtab = %p",
reinterpret_cast<void*>(base), strtab_, symtab_);