* alpha-tdep.c (alpha_call_dummy_words): New.

* config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
(CALL_DUMMY_P): Define.
(CALL_DUMMY_WORDS): Define.
(SIZEOF_CALL_DUMMY_WORDS): Define.
This commit is contained in:
Jason Thorpe
2002-01-20 00:23:10 +00:00
parent 98081e55d9
commit ee1f65f0e3
3 changed files with 20 additions and 2 deletions

View File

@@ -1505,6 +1505,11 @@ alpha_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs,
write_register (T12_REGNUM, fun);
}
/* On the Alpha, the call dummy code is nevery copied to user space
(see alpha_fix_call_dummy() above). The contents of this do not
matter. */
LONGEST alpha_call_dummy_words[] = { 0 };
int
alpha_use_struct_convention (int gcc_p, struct type *type)
{