From: Stu Grossman Date: Wed, 25 Mar 1992 00:22:14 +0000 (+0000) Subject: * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4f301966c27ff8f7d49dc931671de75ee1f6d32e;p=deliverable%2Fbinutils-gdb.git * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup when calling new_symbol. * mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of current_objfile. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 79dc9c37e4..bebfede30a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Mar 24 14:17:48 1992 Stu Grossman (grossman@cygnus.com) + + * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup + when calling new_symbol. + * mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of + current_objfile. + Tue Mar 24 13:26:25 1992 Per Bothner (bothner@rtl.cygnus.com) * config/rs6000.mh: Update (for Fred's new mmalloc)