aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-01 13:29:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-01 13:29:10 +0000
commit9bb3045288909b15d1efcae6d27829233127af25 (patch)
treec73058a00f9928cfb5af989345c5ea4bb3b6a0b4 /gdb/ChangeLog
parenta187ef68c1f31681f1de43d3e55fbfd92f41af83 (diff)
downloadgdb-9bb3045288909b15d1efcae6d27829233127af25.zip
gdb-9bb3045288909b15d1efcae6d27829233127af25.tar.gz
gdb-9bb3045288909b15d1efcae6d27829233127af25.tar.bz2
* dbxread.c: Enable, but soften, const_vol_complaint.
(read_dbx_symtab): N_STSYM and N_LCSYM define static vars. Ditto Gould N_NBSTS and N_NBLCS. Also, all types in the psymtab should be file-scope, not global. (read_struct_type): Remove ancient multiple-inheritance warning. (read_range_type): Check base type, complain & patch if undefined.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6604e89..91023ba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
Mon Sep 30 13:15:31 1991 John Gilmore (gnu at cygnus.com)
+ * dbxread.c: Enable, but soften, const_vol_complaint.
+ (read_dbx_symtab): N_STSYM and N_LCSYM define static vars.
+ Ditto Gould N_NBSTS and N_NBLCS. Also, all types in the psymtab
+ should be file-scope, not global.
+ (read_struct_type): Remove ancient multiple-inheritance warning.
+ (read_range_type): Check base type, complain & patch if undefined.
* stack.c (frame_info): Demangle the function name in `info stack'.
(From Peter Schauer)