* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by

mips_in_lenient_prologue.
This commit is contained in:
Peter Schauer 1993-07-21 07:13:13 +00:00
parent 5ac34ac37e
commit 579f025837
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);