* 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

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