]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* objfiles.h (struct objfile): Fix comment--minimal_symbol_count
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 Oct 1994 22:17:38 +0000 (22:17 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 Oct 1994 22:17:38 +0000 (22:17 +0000)
does *not* include the terminating NULL msymbol.

gdb/ChangeLog
gdb/objfiles.h

index 42c0755b41e51374d7a227a0906147340df34377..e009c262d98fef001aac52d24b4ffc53dfe454ae 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct 19 15:13:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * objfiles.h (struct objfile): Fix comment--minimal_symbol_count
+       does *not* include the terminating NULL msymbol.
+
 Tue Oct 18 20:53:29 1994  Rob Savoye  <rob@darkstar.cygnus.com>
 
        * monitor.c (monitor_load_srec,monitor_make_srec): Add an asrecord
index a4b3d2cd99f4b206088a83898f6d42b8d0cdc5d0..2add5209d32a528181636b29f3c753b0114cda2f 100644 (file)
@@ -236,7 +236,7 @@ struct objfile
      by a "null symbol", one that has a NULL pointer for the name and a zero
      value for the address.  This makes it easy to walk through the array
      when passed a pointer to somewhere in the middle of it.  There is also
-     a count of the number of symbols, which does include the terminating
+     a count of the number of symbols, which does not include the terminating
      null symbol.  The array itself, as well as all the data that it points
      to, should be allocated on the symbol_obstack for this file. */