2004-06-09 Andrew Cagney <cagney@gnu.org>

* infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
	#ifdef CLEAR_INSN_CACHE code.
	* target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
	Delete #ifdef CLEAR_DEFERRED_STORES code.
This commit is contained in:
Andrew Cagney 2004-06-09 20:09:42 +00:00
parent 4b38d6f1a4
commit 8a1bf479ce
3 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,10 @@
2004-06-09 Andrew Cagney <cagney@gnu.org>
* infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
#ifdef CLEAR_INSN_CACHE code.
* target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
Delete #ifdef CLEAR_DEFERRED_STORES code.
* solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
* config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update

View File

@ -606,9 +606,6 @@ child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
if (errno)
return 0;
}
#ifdef CLEAR_INSN_CACHE
CLEAR_INSN_CACHE ();
#endif
}
else
{

View File

@ -1526,11 +1526,6 @@ generic_mourn_inferior (void)
breakpoint_init_inferior (inf_exited);
registers_changed ();
#ifdef CLEAR_DEFERRED_STORES
/* Delete any pending stores to the inferior... */
CLEAR_DEFERRED_STORES;
#endif
reopen_exec_file ();
reinit_frame_cache ();