OSDN Git Service

Fix the comment
authorDmitriy Ivanov <dimitry@google.com>
Thu, 1 Oct 2015 21:02:19 +0000 (14:02 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Thu, 1 Oct 2015 21:02:19 +0000 (14:02 -0700)
Change-Id: Ic8126cf92d12851cccaa3e2e781f075c9f6c283a

linker/linker.cpp

index 80ff583..3e59218 100644 (file)
@@ -3082,7 +3082,7 @@ bool soinfo::link_image(const soinfo_list_t& global_group, const soinfo_list_t&
       return false;
     }
     // Make segments writable to allow text relocations to work properly. We will later call
-    // phdr_table_protect_segments() after all of them are applied and all constructors are run.
+    // phdr_table_protect_segments() after all of them are applied.
     DL_WARN("%s has text relocations. This is wasting memory and prevents "
             "security hardening. Please fix.", get_realpath());
     if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) {