diff options
author | Michael Snyder <msnyder@vmware.com> | 1998-10-16 22:35:41 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1998-10-16 22:35:41 +0000 |
commit | a93213bcf51f4ba016b8246e3a5fd43c155d5392 (patch) | |
tree | ad8735330007fad4a81c66dbc3f6654139982638 /gdb | |
parent | 24418cfbac29d947c943d05c14a00e918cff79d7 (diff) | |
download | gdb-a93213bcf51f4ba016b8246e3a5fd43c155d5392.zip gdb-a93213bcf51f4ba016b8246e3a5fd43c155d5392.tar.gz gdb-a93213bcf51f4ba016b8246e3a5fd43c155d5392.tar.bz2 |
Fri Oct 16 15:31:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c (decode_prologue): Return failure if we reach
the end of the function without finding the end of the prologue.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58f6931..0523fe2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 16 15:31:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com> + + * m32r-tdep.c (decode_prologue): Return failure if we reach + the end of the function without finding the end of the prologue. + 1998-10-16 Jason Molenda (jsm@bugshack.cygnus.com) * command.c copying.c copying.awk core-aout.c core-regset.c |