mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
* valops.c (PUSH_ARGUMENTS): Delete definition.
* gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch partial. Default to default_push_arguments. * gdbarch.h, gdbarch.c: Regenerate.
This commit is contained in:
@ -1078,10 +1078,6 @@ value_push (register CORE_ADDR sp, struct value *arg)
|
||||
return sp;
|
||||
}
|
||||
|
||||
#ifndef PUSH_ARGUMENTS
|
||||
#define PUSH_ARGUMENTS default_push_arguments
|
||||
#endif
|
||||
|
||||
CORE_ADDR
|
||||
default_push_arguments (int nargs, struct value **args, CORE_ADDR sp,
|
||||
int struct_return, CORE_ADDR struct_addr)
|
||||
|
Reference in New Issue
Block a user