mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
mips_in_lenient_prologue.
This commit is contained in:
parent
5ac34ac37e
commit
579f025837
@ -1,3 +1,8 @@
|
||||
Wed Jul 21 00:11:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
|
||||
mips_in_lenient_prologue.
|
||||
|
||||
Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||
|
||||
* mips-tdep.c (heuristic_proc_start): First time we print the
|
||||
|
@ -3258,6 +3258,7 @@ fixup_sigtramp ()
|
||||
e->pdr.fregmask = -1;
|
||||
e->pdr.fregoffset = -(7 * sizeof (int));
|
||||
e->pdr.isym = (long) s;
|
||||
e->pdr.adr = sigtramp_address;
|
||||
|
||||
current_objfile = st->objfile; /* Keep new_symbol happy */
|
||||
s = new_symbol (MIPS_EFI_SYMBOL_NAME);
|
||||
|
Loading…
Reference in New Issue
Block a user