diff options
author | Michael Snyder <msnyder@vmware.com> | 1998-12-03 00:50:54 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1998-12-03 00:50:54 +0000 |
commit | a9d0b9232945d970e8fb98b16ef84a009268f6b8 (patch) | |
tree | 313a149ef5559a39444e513934f84129389315ff /gdb/ChangeLog | |
parent | 46be1c93d2191d3b62dd07c512aededbb9ad4013 (diff) | |
download | gdb-a9d0b9232945d970e8fb98b16ef84a009268f6b8.zip gdb-a9d0b9232945d970e8fb98b16ef84a009268f6b8.tar.gz gdb-a9d0b9232945d970e8fb98b16ef84a009268f6b8.tar.bz2 |
Wed Dec 2 15:11:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c (decode_prologue): If no branch or push fp is found,
but there's a stack adjust, then use that as the end of prologue.
(m32r_skip_prologue): don't skip past the first line if there is
line info. (m32r_virtual_frame_pointer): new function.
(m32r_fix_call_dummy): no return value needed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 959e85d5..25b466d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -15,6 +15,12 @@ Wed Dec 2 15:11:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com> * ax.h (struct agent_expr): add new field for tracepoint address. * ax-gdb.h: change prototypes to match above changes. + * m32r-tdep.c (decode_prologue): If no branch or push fp is found, + but there's a stack adjust, then use that as the end of prologue. + (m32r_skip_prologue): don't skip past the first line if there is + line info. (m32r_virtual_frame_pointer): new function. + (m32r_fix_call_dummy): no return value needed. + Tue Dec 1 10:59:00 1998 Andrew Cagney <cagney@b1.cygnus.com> * ocd.c (remote_timeout), (BDM_BREAKPOINT), monitor.c (readchar), |