aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-02-17 22:20:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-17 22:20:22 +0000
commitc347a107602f3011b393f2b2407425b5d668e14e (patch)
tree95baaf76430069bcbb3f0603cd3ad266f4e95861
parent598cb89790ba93edbb392c567ecda32b39d64ff1 (diff)
parent6400129628ef24adb57fc4822d4fd54b8967701b (diff)
downloadbionic-c347a107602f3011b393f2b2407425b5d668e14e.tar.gz
Merge "Update a comment for init_linker_info_for_gdb"
-rw-r--r--linker/linker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp
index e1e357879..fbb9f11eb 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -3893,8 +3893,7 @@ static void add_vdso(KernelArgumentBlock& args __unused) {
* Without this, gdb has trouble locating the linker's ".text"
* and ".plt" sections. Gdb could also potentially use this to
* relocate the offset of our exported 'rtld_db_dlactivity' symbol.
- * Don't use soinfo_alloc(), because the linker shouldn't
- * be on the soinfo list.
+ * Note that the linker shouldn't be on the soinfo list.
*/
static void init_linker_info_for_gdb(ElfW(Addr) linker_base) {
static link_map linker_link_map_for_gdb;