aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-03 16:35:17 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-03 16:35:17 +0000
commit5bc757e24478d4a037a8fb7a191e29dc11c26619 (patch)
treefabd1f2b08b7a9746f0542d22afee454d3e56d04 /gdb/ChangeLog
parentde7e640dd5e4dffc2b0674282da1951b07600436 (diff)
downloadgdb-5bc757e24478d4a037a8fb7a191e29dc11c26619.zip
gdb-5bc757e24478d4a037a8fb7a191e29dc11c26619.tar.gz
gdb-5bc757e24478d4a037a8fb7a191e29dc11c26619.tar.bz2
* dbxread.c (read_type): Handle error case slightly better.
Make complaint message not C++-specific. * symtab.c (lookup_symtab_1, lookup_symbol): "fatal" errors between symtabs and psymtabs become ordinary error()s. * dbxread.c (read_dbx_symtab): Relocate end_of_text_addr properly, making "end pc" correct in shared lib psymtabs. (From Guy Harris <guy@auspex.com>.)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 13c7439..e997095 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,9 +1,23 @@
+Thu Oct 3 09:33:26 1991 John Gilmore (gnu at cygnus.com)
+
+ * dbxread.c (read_type): Handle error case slightly better.
+ Make complaint message not C++-specific.
+
Wed Oct 2 17:21:07 1991 Stu Grossman (grossman at cygnus.com)
* infrun.c (wait_for_inferior): Fix step/next so that you only
stop at the beginning of a new line. This fixes various problems
with for loops, nested if-else's and switch statements.
+Tue Oct 1 06:33:55 1991 John Gilmore (gnu at cygnus.com)
+
+ * symtab.c (lookup_symtab_1, lookup_symbol): "fatal" errors
+ between symtabs and psymtabs become ordinary error()s.
+
+ * dbxread.c (read_dbx_symtab): Relocate end_of_text_addr
+ properly, making "end pc" correct in shared lib psymtabs.
+ (From Guy Harris <guy@auspex.com>.)
+
Mon Sep 30 13:15:31 1991 John Gilmore (gnu at cygnus.com)
* dbxread.c: Enable, but soften, const_vol_complaint.