mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* 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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user