aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/solib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/solib.c b/gdb/solib.c
index 93eb066..f6e36a0 100644
--- a/gdb/solib.c
+++ b/gdb/solib.c
@@ -852,10 +852,10 @@ locate_base ()
DESCRIPTION
- Read in a copy of the first member in the inferior's dynamic
- link map from the inferior's dynamic linker structures, and return
- a pointer to the copy in our address space.
- */
+ Find the first element in the inferior's dynamic link map, and
+ return its address in the inferior. This function doesn't copy the
+ link map entry itself into our address space; find_solib actually
+ does the reading. */
static struct link_map *
first_link_map_member ()