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.
This commit is contained in:
Andrew Cagney
2004-05-08 22:26:10 +00:00
parent 1ac839b8cc
commit e6b55ae2e0
5 changed files with 6 additions and 22 deletions

View File

@@ -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)