summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-05-17 16:46:06 +0000
committerRandolph Chung <tausq@debian.org>2004-05-17 16:46:06 +0000
commite416d13d38368d769717d749cff936596eaf5dd4 (patch)
treeeeaba2be5e72f0320e591631611a4da77d5e6a3f /gdb/ChangeLog
parentf4c6a542ef99489241aecad7d84d25eb90fd44bc (diff)
downloadgdb-e416d13d38368d769717d749cff936596eaf5dd4.tar.gz
2004-05-17 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding, check to see if we are unwinding an export stub. Export stubs clobber the %rp in the call path and stores the original rp in a stack slot.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf1dd11fc42..de9b2fa1c05 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-17 Randolph Chung <tausq@debian.org>
+
+ * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
+ check to see if we are unwinding an export stub. Export stubs clobber
+ the %rp in the call path and stores the original rp in a stack slot.
+
2004-05-17 Jim Blandy <jimb@redhat.com>
* MAINTAINERS: Update address for J.T. Conklin.