* mips-tdep.c (mips_find_saved_regs): If a frame has been
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 23 Dec 1996 10:30:51 +0000 (10:30 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 23 Dec 1996 10:30:51 +0000 (10:30 +0000)
interrupted by a signal, figure out whether the registers that
the proc_desc claims are saved have been saved yet.
(mips_push_dummy_frame):  Write dummy frame register after all
registers have been saved in the dummy frame. Update comments
to reflect the fact that we are now using an AT_ENTRY_POINT
call dummy.

gdb/ChangeLog

index 56f0c08ad47fb6b080b08fb146a4ee04f1649591..0bca1c4a5b78008de2079e8dbcbd11f850101a90 100644 (file)
@@ -1,3 +1,13 @@
+Mon Dec 23 02:25:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mips-tdep.c (mips_find_saved_regs):  If a frame has been
+       interrupted by a signal, figure out whether the registers that
+       the proc_desc claims are saved have been saved yet.
+       (mips_push_dummy_frame):  Write dummy frame register after all
+       registers have been saved in the dummy frame. Update comments
+       to reflect the fact that we are now using an AT_ENTRY_POINT
+       call dummy.
+
 start-sanitize-d10v
 Sun Dec 22 15:52:25 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>