diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-28 00:46:43 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-28 00:46:43 +0000 |
commit | d5c551c9df53f69a16db0fbcda45025deeff02f2 (patch) | |
tree | 2c339728ed2ba50e2adad411d87504d5b6277dba /gdb | |
parent | c1b625be7bf25b69a96a3771705aab84fc764773 (diff) | |
download | gdb-d5c551c9df53f69a16db0fbcda45025deeff02f2.zip gdb-d5c551c9df53f69a16db0fbcda45025deeff02f2.tar.gz gdb-d5c551c9df53f69a16db0fbcda45025deeff02f2.tar.bz2 |
* symmisc.c (maintenance_print_symbols): Don't refer to the name
of the command in error message (the text was referring to the old
name of the command).
* symmisc.c (dump_symtab): Fix args to fprintf_filtered.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1190734..e5a595c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Thu Jan 27 15:12:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * symmisc.c (maintenance_print_symbols): Don't refer to the name + of the command in error message (the text was referring to the old + name of the command). + + * symmisc.c (dump_symtab): Fix args to fprintf_filtered. + * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print full details on structure elements without names. This partially reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect |