diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-03-06 18:04:56 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-03-06 18:04:56 +0000 |
commit | 9ddea9f1c160f3f47dc7a7be286a6bbd2a530a6b (patch) | |
tree | d1d18ecec0f7fe48f266c59176f647a66a5430e6 /gdb/solib.c | |
parent | 2f16bb3237ded37b221052edc90f05125c5f63b9 (diff) | |
download | gdb-9ddea9f1c160f3f47dc7a7be286a6bbd2a530a6b.zip gdb-9ddea9f1c160f3f47dc7a7be286a6bbd2a530a6b.tar.gz gdb-9ddea9f1c160f3f47dc7a7be286a6bbd2a530a6b.tar.bz2 |
Doc fix.
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 8 |
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 () |