* breakpoint.c (must_shift_inst_regs): New global.
authorStan Shebs <shebs@codesourcery.com>
Thu, 17 Oct 1996 00:54:59 +0000 (00:54 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 17 Oct 1996 00:54:59 +0000 (00:54 +0000)
(bpstat_stop_status): Change #if uses of DECR_PC_AFTER_BREAK into
equivalent expression uses.
* infrun.c (wait_for_inferior): Ditto.

gdb/ChangeLog

index 265bc173f0db2f2ad6f2ecdc43be3164e4e3c4d5..a62393756ebc0c6e8a717a6c29d9fc066880f391 100644 (file)
@@ -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)