From: Michael Snyder Date: Wed, 5 Sep 2001 23:26:21 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cygnus_cvs_20020108_pre~1432 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4f30b31c8bdfd8723b0a19c6220785ecd63473a;p=platform%2Fupstream%2Fbinutils.git Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7be1ebd84a3..86008db44e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -47,6 +47,11 @@ (gnu-regex.o): Remove rule. * gnu-regex.c, gnu-regex.h: Remove files. +2001-08-31 Jason Molenda (jmolenda@apple.com) + + * c-valprint.c (c_val_print): Second call to check_typedef () + is no longer necessary. + 2001-08-31 Kevin Buettner * ia64-tdep.c (examine_prologue): Don't let a branch unit nop @@ -6532,7 +6537,7 @@ Tue Jan 30 15:14:26 2001 Andrew Cagney 2001-01-29 Michael Chastain - * symtab.c (block_lookup_symbol): Use 'namespace' parameter in + * symtab.c (lookup_block_symbol): Use 'namespace' parameter in symbol comparisons in binary search. 2001-01-27 Christopher Faylor