From a1efa0d8804cf5b897321370dcf0ef7b1aa646a5 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Wed, 10 Sep 1997 03:52:48 +0000 Subject: [PATCH] * interp.c (sim_resume): poll_quit() at least once per call; otherwise gdb can loop sim_resume() uninterruptably. --- sim/sh/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index e65e2f7ef5..b02b877248 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 9 20:52:21 1997 Felix Lee + + * interp.c (sim_resume): poll_quit() at least once per call; + otherwise gdb can loop sim_resume() uninterruptably. + Thu Sep 4 17:21:23 1997 Doug Evans * configure: Regenerated to track ../common/aclocal.m4 changes.