From 0e000acdc95465c17ef3c838abfe479ff91500ad Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 22 Apr 1991 20:11:42 +0000 Subject: [PATCH] Fix appearance of ChangeLog. --- gdb/ChangeLog | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0abdebb836..c9358449c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,21 +4,15 @@ Mon Apr 22 00:02:43 1991 Jim Kingdon (kingdon at cygint.cygnus.com) solib.c (solib_add): Don't malloc name passed to symbol_file_add. * exec.c (build_section_table): If *start isn't NULL, free it. - - * stack.c (parse_frame_specification): Error if NULL selected_frame. - - * infcmd.c (finish_command): Error if NULL selected_frame. - - * inflow.c (kill_command): Deal with NULL selected_frame. - - * stack.c (record_selected_frame): Set *FRAMEP to NULL if there + stack.c (parse_frame_specification): Error if NULL selected_frame. + infcmd.c (finish_command): Error if NULL selected_frame. + inflow.c (kill_command): Deal with NULL selected_frame. + stack.c (record_selected_frame): Set *FRAMEP to NULL if there is no selected frame. infrun.c (restore_inferior_status): Add comment. - - * findvar.c (read_var_value): Check for NULL frame where we need + findvar.c (read_var_value): Check for NULL frame where we need a frame. - - * breakpoint.c (get_catch_sals): Check for NULL selected_frame. + breakpoint.c (get_catch_sals): Check for NULL selected_frame. * breakpoint.c (bpstat_print): Try all elements on the bpstat chain before giving up with an internal error.