aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-10-17 00:54:59 +0000
committerStan Shebs <shebs@codesourcery.com>1996-10-17 00:54:59 +0000
commit93ed453c68c91ee1081686a701b4a424280edc85 (patch)
tree8c6e5d145ede26e7cc718aa5cc82d7a7b1bcc14f
parentd6fe5ca5689638a23556073ca9207e8c706a6ef8 (diff)
downloadgdb-93ed453c68c91ee1081686a701b4a424280edc85.zip
gdb-93ed453c68c91ee1081686a701b4a424280edc85.tar.gz
gdb-93ed453c68c91ee1081686a701b4a424280edc85.tar.bz2
* 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.
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 265bc17..a623937 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Wed Oct 16 17:46:03 1996 Stan Shebs <shebs@andros.cygnus.com>
+
+ * 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)