forked from Imagelibrary/binutils-gdb
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:
@@ -1268,20 +1268,12 @@ target_preopen (int from_tty)
|
||||
void
|
||||
target_detach (char *args, int from_tty)
|
||||
{
|
||||
/* Handle any optimized stores to the inferior. */
|
||||
#ifdef DO_DEFERRED_STORES
|
||||
DO_DEFERRED_STORES;
|
||||
#endif
|
||||
(current_target.to_detach) (args, from_tty);
|
||||
}
|
||||
|
||||
void
|
||||
target_disconnect (char *args, int from_tty)
|
||||
{
|
||||
/* Handle any optimized stores to the inferior. */
|
||||
#ifdef DO_DEFERRED_STORES
|
||||
DO_DEFERRED_STORES;
|
||||
#endif
|
||||
(current_target.to_disconnect) (args, from_tty);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user