diff options
author | John Gilmore <gnu@cygnus> | 1991-05-13 21:59:43 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-13 21:59:43 +0000 |
commit | e072c73824539804e73a2773a2646a853f57f6f0 (patch) | |
tree | 97a835261be8c9d6d4ff53f330669bca8ce89c26 /gdb/ChangeLog | |
parent | a14b9e8aa18036862e211e858cce4df31027adb5 (diff) | |
download | gdb-e072c73824539804e73a2773a2646a853f57f6f0.zip gdb-e072c73824539804e73a2773a2646a853f57f6f0.tar.gz gdb-e072c73824539804e73a2773a2646a853f57f6f0.tar.bz2 |
* mipsread.c: Rather than keeping count of how many symtabs
and psymtabs we have, for sorting purposes, count them when
we need to sort. This fixes bug in rereading of symbol tables.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c98f4f..d0e4401 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,19 @@ +Mon May 13 14:57:46 1991 John Gilmore (gnu at cygint.cygnus.com) + + * mipsread.c: Rather than keeping count of how many symtabs + and psymtabs we have, for sorting purposes, count them when + we need to sort. This fixes bug in rereading of symbol tables. + Fri May 10 15:43:33 PDT 1991 Roland Pesch (pesch at cygint.cygnus.com) + * infcmd.c: renamed "info path" to "show paths" * gdbrc.tex: documented above. +Wed May 8 04:51:11 1991 John Gilmore (gnu at cygint.cygnus.com) + + * remote.c: Fix comments. + * utils.c (error): Force out any pending wrap output. + Sat May 4 11:11:07 1991 John Gilmore (gnu at cygint.cygnus.com) * Makefile.dist: Roll VERSION to 3.95. |