mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
mips_in_lenient_prologue.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user