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

This reverts commit 40d9e7bf84.

Bug: http://b/22045439
Change-Id: Ia9c56f65d35e404332a462f46460335cef39f0a4
This commit is contained in:
Dimitry Ivanov
2015-06-24 20:42:33 +00:00
parent 40d9e7bf84
commit fb3357e2eb
3 changed files with 6 additions and 153 deletions

View File

@@ -250,9 +250,7 @@ struct soinfo {
bool mips_relocate_got(const VersionTracker& version_tracker,
const soinfo_list_t& global_group,
const soinfo_list_t& local_group);
#if !defined(__LP64__)
bool mips_check_and_adjust_fp_modes();
#endif
#endif
size_t ref_count_;
public: