diff options
author | Fred Fish <fnf@specifix.com> | 1996-10-07 17:58:56 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-10-07 17:58:56 +0000 |
commit | 7336948874d13372e7db33864fecfcdff1a55569 (patch) | |
tree | ee33cc35aeaabb332fd2a9e1b310e74d9cf1a655 /gdb/ChangeLog | |
parent | 7f8da359a85c040f6b22960eba8e8785a5576251 (diff) | |
download | gdb-7336948874d13372e7db33864fecfcdff1a55569.zip gdb-7336948874d13372e7db33864fecfcdff1a55569.tar.gz gdb-7336948874d13372e7db33864fecfcdff1a55569.tar.bz2 |
* buildsym.c (finish_block): Change innerblock_anon_complaint to
print the addresses as part of the complaint. Add a complaint for
cases where the block end address is smaller than the block start
address, in case any such conditions slip through our fixup mechanism.
* symmisc.c (dump_symtab): Only print blockvector for primary
symtabs, to avoid massive duplication of output due to secondary
symtabs that point to same blockvector. Also do some minor
formatting tweaks.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a8cf3f..40e65a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Sun Oct 6 15:48:09 1996 Fred Fish <fnf@cygnus.com> + + * buildsym.c (finish_block): Change innerblock_anon_complaint to + print the addresses as part of the complaint. Add a complaint for + cases where the block end address is smaller than the block start + address, in case any such conditions slip through our fixup mechanism. + * symmisc.c (dump_symtab): Only print blockvector for primary + symtabs, to avoid massive duplication of output due to secondary + symtabs that point to same blockvector. Also do some minor + formatting tweaks. + Mon Oct 7 10:42:32 1996 Per Bothner <bothner@deneb.cygnus.com> Replace header_files global by per-objfile field. |