From: Jim Kingdon Date: Fri, 28 Jan 1994 00:46:43 +0000 (+0000) Subject: * symmisc.c (maintenance_print_symbols): Don't refer to the name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5c551c9df53f69a16db0fbcda45025deeff02f2;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1190734daed..e5a595c726d 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