* mn10300-tdep.c (mn10300_analyze_prologue): Fix some comments.
authorJeff Law <law@redhat.com>
Fri, 13 Jun 1997 20:19:53 +0000 (20:19 +0000)
committerJeff Law <law@redhat.com>
Fri, 13 Jun 1997 20:19:53 +0000 (20:19 +0000)
        Add missing return statements after finding an "add imm{16,32},sp"
        instruction.
        (mn10300_frame_chain): Add in size of our register save area to find
        our caller's frame if our caller does not have a frame pointer.
Fixes some problems debugging optimized code.

gdb/ChangeLog

index 303ecbe9fd7446f94b13774e568922ffb1111612..f7804613ffe0e627fbfb99d1336136fa6d4f36e5 100644 (file)
@@ -1,3 +1,11 @@
+Fri Jun 13 14:14:10 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-tdep.c (mn10300_analyze_prologue): Fix some comments.
+       Add missing return statements after finding an "add imm{16,32},sp"
+       instruction.
+       (mn10300_frame_chain): Add in size of our register save area to find
+       our caller's frame if our caller does not have a frame pointer.
+
 Fri Jun 13 12:55:49 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * symfile.c (generic_load): Check return code of target_write_memory.