* 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:
parent
b5a2688fa4
commit
c203844d97
5 changed files with 15 additions and 8 deletions
|
@ -693,9 +693,8 @@ verify_gdbarch (struct gdbarch *gdbarch)
|
|||
if ((GDB_MULTI_ARCH >= 2)
|
||||
&& (gdbarch->extract_return_value == 0))
|
||||
fprintf_unfiltered (log, "\n\textract_return_value");
|
||||
if ((GDB_MULTI_ARCH >= 1)
|
||||
&& (gdbarch->push_arguments == 0))
|
||||
fprintf_unfiltered (log, "\n\tpush_arguments");
|
||||
if (gdbarch->push_arguments == 0)
|
||||
gdbarch->push_arguments = default_push_arguments;
|
||||
if ((GDB_MULTI_ARCH >= 2)
|
||||
&& (gdbarch->push_dummy_frame == 0))
|
||||
fprintf_unfiltered (log, "\n\tpush_dummy_frame");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue