]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* mdebugread.c (parse_procedure): Remove _sigtramp kludges for
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 31 Jan 1994 16:23:48 +0000 (16:23 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 31 Jan 1994 16:23:48 +0000 (16:23 +0000)
commit0434c1a0c91e92d7a73affd5332583266b20b158
treee6509bf78c79b55724eebb62b0ce285b6f64fc2a
parentede7bc1c605459a09542b86b7d4b3294721a05ff
* mdebugread.c (parse_procedure):  Remove _sigtramp kludges for
alpha and irix. The _sigtramp case has to be handled properly
in the tdep files if we have no ecoff debugging info.
* alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
mips-tdep.c (mips_frame_saved_pc):  Handle signal handler frames
without PC_REGNUM kludge.
* mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
Clean up handling of mips sigtramp frames, improve comments.
gdb/ChangeLog
gdb/alpha-tdep.c
gdb/mdebugread.c
gdb/mips-tdep.c