diff options
author | Pedro Alves <palves@redhat.com> | 2013-11-22 13:46:35 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-11-22 13:46:35 +0000 |
commit | 1bd122facc6a755159f136024d64472e074f904c (patch) | |
tree | 05d8396e09ae91c63ddccc3d4c1079f5c9d3d1d3 /gdb/ChangeLog | |
parent | 1dc8686c48e72fc02723d44ee0fecde0d233c74e (diff) | |
download | gdb-1bd122facc6a755159f136024d64472e074f904c.zip gdb-1bd122facc6a755159f136024d64472e074f904c.tar.gz gdb-1bd122facc6a755159f136024d64472e074f904c.tar.bz2 |
Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer (move dwarf2_tailcall_sniffer_first elsewhere)."
This reverts commit 1dc8686c48e72fc02723d44ee0fecde0d233c74e.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4bcdf6..4bc944c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,3 @@ -2013-11-22 Pedro Alves <palves@redhat.com> - - PR 16155 - * dwarf2-frame.c (struct dwarf2_frame_cache) - <checked_tailcall_bottom, entry_cfa_sp_offset, - entry_cfa_sp_offset_p>: New fields. - (dwarf2_frame_cache): Adjust to use the new cache fields instead - of locals. Don't call dwarf2_tailcall_sniffer_first here. - (dwarf2_frame_prev_register): Call it here, but only once. - 2013-11-21 Doug Evans <xdje42@gmail.com> * gdbtypes.c: #include bcache.h, dwarf2loc.h. |