summaryrefslogtreecommitdiff
path: root/gdb/solib.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-03-06 18:04:56 +0000
committerJim Blandy <jimb@codesourcery.com>2000-03-06 18:04:56 +0000
commitfeb32fa57fd38ca720d2f4d71874fcfe8bdaed9a (patch)
treeb5e6f27162c37e720dbe985fd4f9d2f24ae0f4c2 /gdb/solib.c
parent960e0f63dd3deada8ee9090c940ba805dd66046d (diff)
downloadgdb-feb32fa57fd38ca720d2f4d71874fcfe8bdaed9a.tar.gz
Doc fix.
Diffstat (limited to 'gdb/solib.c')
-rw-r--r--gdb/solib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/solib.c b/gdb/solib.c
index 93eb06611c1..f6e36a020aa 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 ()