summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-09-27 23:53:36 +0000
committerJim Blandy <jimb@codesourcery.com>2004-09-27 23:53:36 +0000
commit0bc2879b24508804b63b7ae70e73865ff81c7bfb (patch)
treeeab37a86a90c288b988e2d937232068d04adbbc5 /gdb/ChangeLog
parentd73838b3b1651f49e0ccf926a597fb490c57fc5a (diff)
downloadgdb-0bc2879b24508804b63b7ae70e73865ff81c7bfb.tar.gz
* dwarf2-frame.c (dwarf2_frame_cache): Properly retrieve a frame's
return address when the CIE and FDE refer to the return address by different numbers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8a7e30be2a8..e03daf903d3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2004-09-27 Jim Blandy <jimb@redhat.com>
+ * dwarf2-frame.c (dwarf2_frame_cache): Properly retrieve a frame's
+ return address when the CIE and FDE refer to the return address by
+ different numbers.
+
Merge from trunk:
2004-07-23 Martin Hunt <hunt@redhat.com>