mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* config/mips/xm-makeva.h: New file implements va_list alignment
restrictions for mips hosts. * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}: Use it. * mips-tdep.c (init_extra_frame_info): Do not check for mips_in_lenient_prologue if it is a dummy frame.
This commit is contained in:
parent
579f025837
commit
66fe741646
@ -1,5 +1,14 @@
|
||||
Wed Jul 21 03:07:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* config/mips/xm-makeva.h: New file implements va_list alignment
|
||||
restrictions for mips hosts.
|
||||
* config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}:
|
||||
Use it.
|
||||
|
||||
Wed Jul 21 00:11:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* mips-tdep.c (init_extra_frame_info): Do not check for
|
||||
mips_in_lenient_prologue if it is a dummy frame.
|
||||
* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
|
||||
mips_in_lenient_prologue.
|
||||
|
||||
|
@ -362,6 +362,7 @@ init_extra_frame_info(fci)
|
||||
been saved yet. But they haven't been clobbered either, so
|
||||
it's fine to say they have not been saved. */
|
||||
if (fci->next == NULL
|
||||
&& !PROC_DESC_IS_DUMMY(proc_desc)
|
||||
&& mips_in_lenient_prologue (PROC_LOW_ADDR (proc_desc), fci->pc))
|
||||
/* We already zeroed the saved regs. */
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user