diff options
author | Jeff Law <law@redhat.com> | 1993-12-26 04:06:32 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-26 04:06:32 +0000 |
commit | 192c3eeb94e19460aee7561b3db2ce01cef83666 (patch) | |
tree | e8997a183630643f883b8de5397a0b89c1f792f9 /gdb/ChangeLog | |
parent | 068b08ebf9ca8f9c65d16591cfa8213e6da522ef (diff) | |
download | gdb-192c3eeb94e19460aee7561b3db2ce01cef83666.zip gdb-192c3eeb94e19460aee7561b3db2ce01cef83666.tar.gz gdb-192c3eeb94e19460aee7561b3db2ce01cef83666.tar.bz2 |
* hppa-tdep.c (init_extra_frame_info): Correctly adjust the base
of the current frame when "fromleaf" is true. Do not adjust the
frame base of the innermost frame if it is a leaf function.
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 0b832f5..4356233 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 25 20:05:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * hppa-tdep.c (init_extra_frame_info): Correctly adjust the base + of the current frame when "fromleaf" is true. Do not adjust the + frame base of the innermost frame if it is a leaf function. + Sat Dec 25 13:39:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c (define_symbol): Only combine a p/r pair into a |