From: Stu Grossman Date: Wed, 12 Aug 1998 16:10:31 +0000 (+0000) Subject: * expprint.c (dump_prefix/postfix_expression): Don't try to print type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d826d368a98cf31db2f9fd1507edaa9df587a9d0;p=binutils-gdb.git * expprint.c (dump_prefix/postfix_expression): Don't try to print type expressions. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d7fd3779bcb..ec366b7909b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 12 09:00:26 1998 Stu Grossman + + * expprint.c (dump_prefix/postfix_expression): Don't try to print type + expressions. + Tue Aug 11 11:33:25 1998 Stu Grossman * c-typeprint.c (c_print_type): Don't crash if varstring is null.