X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=91023badcf32fb328156d22643ac69f958103c62;hb=9bb3045288909b15d1efcae6d27829233127af25;hp=6604e89a512ec9cc02aaae0ed987357da9ad1d17;hpb=a187ef68c1f31681f1de43d3e55fbfd92f41af83;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6604e89a51..91023badcf 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)