diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 20:12:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 20:12:14 +0000 |
commit | 5730a14e762872b1222d7feaf1429ef5f027a7c8 (patch) | |
tree | c64dbd7c213bc05fd914794d19de9678b59fb3d9 /gdb | |
parent | 0e000acdc95465c17ef3c838abfe479ff91500ad (diff) | |
download | gdb-5730a14e762872b1222d7feaf1429ef5f027a7c8.zip gdb-5730a14e762872b1222d7feaf1429ef5f027a7c8.tar.gz gdb-5730a14e762872b1222d7feaf1429ef5f027a7c8.tar.bz2 |
Fix the fix to the appearance of the ChangeLog
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c935844..b0358d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,7 +4,8 @@ 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. + + * 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 |