From: Jim Kingdon Date: Sat, 16 Oct 1993 05:07:31 +0000 (+0000) Subject: * h8300-tdep.c, h8500-tdep.c: Define sim_load only, but not X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9bc3153e824a67812ebbc67431b9e1fd033d6d4b;p=deliverable%2Fbinutils-gdb.git * h8300-tdep.c, h8500-tdep.c: Define sim_load only, but not sim_kill, sim_open, or sim_set_args. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 94a904638b..fcb792cca0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Fri Oct 15 21:29:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * h8300-tdep.c, h8500-tdep.c: Define sim_load only, but not + sim_kill, sim_open, or sim_set_args. + * stack.c (print_stack_frame): Put catch_errors around print_frame_info so (for example) error printing source doesn't cause auto-displays to get skipped in normal_stop.