diff options
Diffstat (limited to 'linker/linker.cpp')
-rw-r--r-- | linker/linker.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp index bb8b22d7f..e147a131c 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -2816,12 +2816,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_); |