Expand description of solib-svr4.c:solib_svr4_r_map
authorJoel Brobecker <brobecker@gnat.com>
Tue, 27 Apr 2010 21:02:11 +0000 (21:02 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 27 Apr 2010 21:02:11 +0000 (21:02 +0000)
2010-04-27  Joel Brobecker  <brobecker@adacore.com>

        * solib-svr4.c (solib_svr4_r_map): Expand function description.

gdb/ChangeLog
gdb/solib-svr4.c

index 8a45894e23beac2749a91d73a552fe9978ffecfa..b5ca30f58705dccd72d9fcc50045c10e84ed9107 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * solib-svr4.c (solib_svr4_r_map): Expand function description.
+
 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
 
        * symfile.c (init_filename_language_table): Register .dg files
index 3ff4243c9b8ce30ca896c1880bc0b1f75fac2b40..1928af0a24c053874d18d6a7b938755273fd4721 100644 (file)
@@ -869,7 +869,8 @@ locate_base (struct svr4_info *info)
 }
 
 /* Find the first element in the inferior's dynamic link map, and
-   return its address in the inferior.
+   return its address in the inferior.  Return zero if the address
+   could not be determined.
 
    FIXME: Perhaps we should validate the info somehow, perhaps by
    checking r_version for a known version number, or r_state for
This page took 0.042899 seconds and 4 git commands to generate.