gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 27 Jan 2010 00:15:59 +0000 (00:15 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 27 Jan 2010 00:15:59 +0000 (00:15 +0000)
* symtab.h (struct symbol <symtab>): New comment on NULL values.

gdb/ChangeLog
gdb/symtab.h

index 41236eafc17a4960eb594889685cf0827d36a576..46d5423d23987296a47b94b1fc1596dd0e73059a 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * symtab.h (struct symbol <symtab>): New comment on NULL values.
+
 2010-01-27  Doug Evans  <dje@google.com>
 
        * breakpoint.c (bpstat_stop_status): Delete useless code.
index 8759732ed45365b324ce32bc81fecfa430673a36..167dfe82ec32c675669fdcc6c151a1461009de1e 100644 (file)
@@ -554,7 +554,8 @@ struct symbol
   struct type *type;
 
   /* The symbol table containing this symbol.  This is the file
-     associated with LINE.  */
+     associated with LINE.  It can be NULL during symbols read-in but it is
+     never NULL during normal operation.  */
   struct symtab *symtab;
 
   /* Domain code.  */