diff options
author | Jeff Law <law@redhat.com> | 1994-09-28 06:42:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-28 06:42:24 +0000 |
commit | 38ab0632d66b2f358cc97468452779d4ceac90f3 (patch) | |
tree | 2bc735b0364dfe4b13189db6e54b9819ff67a7e2 /gdb/ChangeLog.hpread | |
parent | fd5032fd95b0f04e448a038ec03d82048f395c90 (diff) | |
download | gdb-38ab0632d66b2f358cc97468452779d4ceac90f3.zip gdb-38ab0632d66b2f358cc97468452779d4ceac90f3.tar.gz gdb-38ab0632d66b2f358cc97468452779d4ceac90f3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog.hpread')
-rw-r--r-- | gdb/ChangeLog.hpread | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog.hpread b/gdb/ChangeLog.hpread index 375ffd1..57116c4 100644 --- a/gdb/ChangeLog.hpread +++ b/gdb/ChangeLog.hpread @@ -1,3 +1,16 @@ +Wed Sep 28 00:35:23 1994 Jeff Law (law@snake.cs.utah.edu) + + * 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. + Fri Aug 19 10:36:15 1994 Jeff Law (law@snake.cs.utah.edu) * Makefile.in (ALLDEPFILES): Add hpread.c. |