diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-08 22:26:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-08 22:26:10 +0000 |
commit | e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7 (patch) | |
tree | 44b7a4ae2581964ef6a940e15733065cdc7cdbef /gdb/infrun.c | |
parent | 1ac839b8ccd88fb376204225b0912678140653b5 (diff) | |
download | gdb-e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7.zip gdb-e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7.tar.gz gdb-e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7.tar.bz2 |
2004-05-08 Andrew Cagney <cagney@redhat.com>
* infrun.c (resume): Delete call to DO_DEFERRED_STORES.
* target.c (target_detach, target_disconnect): Ditto.
2004-05-08 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
description of DO_DEFERRED_STORES.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 4e12744..88c429a 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -572,11 +572,6 @@ resume (int step, enum target_signal sig) singlestep_ptid = inferior_ptid; } - /* Handle any optimized stores to the inferior NOW... */ -#ifdef DO_DEFERRED_STORES - DO_DEFERRED_STORES; -#endif - /* If there were any forks/vforks/execs that were caught and are now to be followed, then do so. */ switch (pending_follow.kind) |