aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-16 05:07:31 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-16 05:07:31 +0000
commit9bc3153e824a67812ebbc67431b9e1fd033d6d4b (patch)
treec9aa73ffdf6e56878f2b3912bbe949a53388a5f0 /gdb
parent1468bec92b711f529f0a2664ada6e994e0382c8b (diff)
downloadfsf-binutils-gdb-9bc3153e824a67812ebbc67431b9e1fd033d6d4b.zip
fsf-binutils-gdb-9bc3153e824a67812ebbc67431b9e1fd033d6d4b.tar.gz
fsf-binutils-gdb-9bc3153e824a67812ebbc67431b9e1fd033d6d4b.tar.bz2
* h8300-tdep.c, h8500-tdep.c: Define sim_load only, but not
sim_kill, sim_open, or sim_set_args.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 94a9046..fcb792c 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.