aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1996-12-23 10:30:51 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1996-12-23 10:30:51 +0000
commita09f3404010b88668fb2863aff6eaa79f6de0a77 (patch)
treef6a62c792c2b6d14b1f583474bf71f5421b56923 /gdb
parent294f72b25b6f89c7254403e59640ecb062b778aa (diff)
downloadgdb-a09f3404010b88668fb2863aff6eaa79f6de0a77.zip
gdb-a09f3404010b88668fb2863aff6eaa79f6de0a77.tar.gz
gdb-a09f3404010b88668fb2863aff6eaa79f6de0a77.tar.bz2
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 56f0c08..0bca1c4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>