diff options
author | Stu Grossman <grossman@cygnus> | 1992-03-25 00:22:14 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-03-25 00:22:14 +0000 |
commit | 4f301966c27ff8f7d49dc931671de75ee1f6d32e (patch) | |
tree | 05dd55f0435506690b6a458f2b09a71a842c280e | |
parent | fbad27e8b331cafe9e02168e980db9310d96d41e (diff) | |
download | gdb-4f301966c27ff8f7d49dc931671de75ee1f6d32e.zip gdb-4f301966c27ff8f7d49dc931671de75ee1f6d32e.tar.gz gdb-4f301966c27ff8f7d49dc931671de75ee1f6d32e.tar.bz2 |
* 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.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 79dc9c3..bebfede 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) |