2007-05-31 Markus Deuling <deuling@de.ibm.com>

* gdbarch.sh (CALL_DUMMY_LOCATION): Replace by
	gdbarch_call_dummy_location.
	* infcall.c (call_function_by_hand): Likewise.
	* inferior.h: Change comment.
	* arch-utils.c: Change comment.
	* gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
Ulrich Weigand
2007-05-31 16:57:30 +00:00
parent a9a4c53ecc
commit faaf634c10
6 changed files with 14 additions and 16 deletions

View File

@@ -454,7 +454,7 @@ call_function_by_hand (struct value *function, int nargs, struct value **args)
/* The actual breakpoint (at BP_ADDR) is inserted separatly so there
is no need to write that out. */
switch (CALL_DUMMY_LOCATION)
switch (gdbarch_call_dummy_location (current_gdbarch))
{
case ON_STACK:
/* "dummy_addr" is here just to keep old targets happy. New