From: Stan Shebs Date: Thu, 17 Oct 1996 00:54:59 +0000 (+0000) Subject: * breakpoint.c (must_shift_inst_regs): New global. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93ed453c68c91ee1081686a701b4a424280edc85;p=binutils-gdb.git * breakpoint.c (must_shift_inst_regs): New global. (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into equivalent expression uses. * infrun.c (wait_for_inferior): Ditto. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 265bc173f0d..a62393756eb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 16 17:46:03 1996 Stan Shebs + + * breakpoint.c (must_shift_inst_regs): New global. + (bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into + equivalent expression uses. + * infrun.c (wait_for_inferior): Ditto. + start-sanitize-v850 Wed Oct 16 01:53:43 1996 Stu Grossman (grossman@critters.cygnus.com)