From: Fernando Nasser Date: Wed, 19 Aug 1998 19:55:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cf219acdf31c6850fcab4ecfcc8ac595b15af21;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e18c2c546b1..c2d94b18741 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,16 @@ Wed Aug 19 03:07:53 1998 Richard Henderson * config/alpha/alpha-linux (XDEPFILES): Build ser-tcp. +1998-08-18 Fernando Nasser + + * symtab.c (decode_line_1): For minimal symbol, SKIP_PROLOG to + make sure we stop after the frame pointer is locaded and backtrace + prints an accurate stack. Complements changes made on Mon Jul 27 + 10:45:56 1998 + (decode_line_2): Replaced the whitespace after ">" in a prompt + which has been taken away by changes made on Sun Jul 19 02:11:45 + 1998 + 1998-08-18 Keith Seitz * stack.c: Define new hook, selected_frame_level_changed_hook, which