* buildsym.c (end_symtab): Document that end_symtab can return
authorFred Fish <fnf@specifix.com>
Wed, 12 Aug 1992 18:17:48 +0000 (18:17 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 12 Aug 1992 18:17:48 +0000 (18:17 +0000)
commit7b5d965008fee110409d054a787a7d825bc44436
tree834ee0f20477b37bf8885c14ebea7cb94436aa40
parenta00721fc4a008ab916883559397d635e28f1fd1a
  * buildsym.c (end_symtab):  Document that end_symtab can return
  NULL under non-error conditions.
  * dwarfread.c (read_file_scope):  Guard against dereferencing NULL
  returned from end_symtab for empty compilation units.
gdb/ChangeLog
gdb/buildsym.c
gdb/dwarfread.c