* hpread.c (struct hpread_symfile_info): Delete have_module field
authorJeff Law <law@redhat.com>
Wed, 28 Sep 1994 06:42:24 +0000 (06:42 +0000)
committerJeff Law <law@redhat.com>
Wed, 28 Sep 1994 06:42:24 +0000 (06:42 +0000)
commit38ab0632d66b2f358cc97468452779d4ceac90f3
tree2bc735b0364dfe4b13189db6e54b9819ff67a7e2
parentfd5032fd95b0f04e448a038ec03d82048f395c90
* hpread.c (struct hpread_symfile_info): Delete have_module field
and accessor macro.  Minor indentation fix.
(hpread_build_psymtabs, case K_MODULE):  Only start a new psymtab
and reset state variables have_name & texthigh if pst is NULL.
(hpread_build_psymtabs, case K_SRCFILE): Only reset the name of a
partial symbol table if pst is non-NULL.  If pst is NULL, then
start a new psymtab.
(hpread_process_one_debug_symbol, case K_MODULE): Now empty.
(hpread_process_one_debug_symbol, case K_SRCFILE): Simplify and
correct handling of subfiles.
gdb/ChangeLog.hpread
gdb/hpread.c