aboutsummaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-07-21 07:13:13 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-07-21 07:13:13 +0000
commit579f025837a64c84b380a2a5b35bd1ca61aefd7f (patch)
tree0edbfd4bd43aeb617802b960c862dafd43f856ac /gdb/mipsread.c
parent5ac34ac37e3786b1fbc52aa9df376fff6a1e8e1a (diff)
downloadfsf-binutils-gdb-579f025837a64c84b380a2a5b35bd1ca61aefd7f.zip
fsf-binutils-gdb-579f025837a64c84b380a2a5b35bd1ca61aefd7f.tar.gz
fsf-binutils-gdb-579f025837a64c84b380a2a5b35bd1ca61aefd7f.tar.bz2
* mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
mips_in_lenient_prologue.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c
index a2b8496..da6f071 100644
--- a/gdb/mipsread.c
+++ b/gdb/mipsread.c
@@ -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);