Merge "Let the compiler worry about implementing ffs(3)."
diff --git a/linker/linker.cpp b/linker/linker.cpp
index c6264a3..4f05c7a 100755
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -1688,10 +1688,8 @@
* phdr_table_protect_segments() after all of them are applied
* and all constructors are run.
*/
-#if !defined(ANDROID_X86_LINKER) // The platform itself has too many text relocations on x86.
DL_WARN("%s has text relocations. This is wasting memory and prevents "
"security hardening. Please fix.", si->name);
-#endif
if (phdr_table_unprotect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
DL_ERR("can't unprotect loadable segments for \"%s\": %s",
si->name, strerror(errno));