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

@ -402,7 +402,7 @@ extern struct regcache *stop_registers;
extern int attach_flag;
/* Possible values for CALL_DUMMY_LOCATION. */
/* Possible values for gdbarch_call_dummy_location. */
#define ON_STACK 1
#define AT_ENTRY_POINT 4
#define AT_SYMBOL 5