diff options
author | Randolph Chung <tausq@debian.org> | 2006-03-30 14:15:00 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2006-03-30 14:15:00 +0000 |
commit | 29d375acb527bd5d09aa0a3e1040e632ad94319c (patch) | |
tree | 55a68fb0b2caa66e8796c0d5b6a8b06f7e0c7879 /gdb/ChangeLog | |
parent | 9dfde49d606356666ab9d98fe42434cd87a5cf1e (diff) | |
download | gdb-29d375acb527bd5d09aa0a3e1040e632ad94319c.zip gdb-29d375acb527bd5d09aa0a3e1040e632ad94319c.tar.gz gdb-29d375acb527bd5d09aa0a3e1040e632ad94319c.tar.bz2 |
2006-03-30 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
(hppa_frame_cache): Use new function to find unwind entry.
(hppa_frame_this_id): Likewise.
(hppa_frame_unwind_sniffer): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69d3ba7..19609c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2006-03-30 Randolph Chung <tausq@debian.org> + + * hppa-tdep.c (hppa_find_unwind_entry_in_block): New. + (hppa_frame_cache): Use new function to find unwind entry. + (hppa_frame_this_id): Likewise. + (hppa_frame_unwind_sniffer): Likewise. + 2006-03-29 Daniel Jacobowitz <dan@codesourcery.com> * NEWS: Mention the removal of NLM. |