Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Mon, 6 Mar 2000 18:04:56 +0000 (18:04 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 6 Mar 2000 18:04:56 +0000 (18:04 +0000)
gdb/solib.c

index 93eb06611c10d4910abc5a700d449f54ce481f6e..f6e36a020aa1f73bfd1676aa2c641615ed1abd17 100644 (file)
@@ -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 ()
This page took 0.027921 seconds and 4 git commands to generate.