* utils.c (get_cell): Fix off-by-one bug.
authorMark Alexander <marka@cygnus>
Mon, 11 Nov 1996 23:37:30 +0000 (23:37 +0000)
committerMark Alexander <marka@cygnus>
Mon, 11 Nov 1996 23:37:30 +0000 (23:37 +0000)
* mips-tdep.c (get_frame_pointer, fix_sign_extension):
New functions to consolidate common code.
(mips_frame_chain, init_extra_frame_info): Use new functions
to fix problems with backtrace and finish commands on ddb board.

gdb/ChangeLog

index be575481df7d8b5ff6c0cea81a37c570eebecc5a..fb2a90654f07fd265b1c15bf9fd24a91c0ffcc82 100644 (file)
@@ -1,3 +1,10 @@
+Mon Nov 11 14:32:38 1996  Mark Alexander  <marka@cygnus.com>
+
+       * utils.c (get_cell): Fix off-by-one bug.
+       * mips-tdep.c (get_frame_pointer, fix_sign_extension):
+       New functions to consolidate common code.
+       (mips_frame_chain, init_extra_frame_info): Use new functions
+       to fix problems with backtrace and finish commands on ddb board.
 
 Mon Nov 11 12:59:00 1996  Dawn Perchik <dawn@critters.cygnus.com>