diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:50:15 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:50:15 +0000 |
commit | d56907c103c398e1f0d67e00b70a4b3cf0e4189b (patch) | |
tree | 3a899724edb7c20699d03cb94464fec533422471 /gdb/ChangeLog | |
parent | a71cc8e008175c06ff353a88b058ad4cd50505eb (diff) | |
download | gdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.zip gdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.tar.gz gdb-d56907c103c398e1f0d67e00b70a4b3cf0e4189b.tar.bz2 |
* frame.c (frame_sp_unwind): Delete.
(get_frame_sp): Do not use it.
* frame.h (frame_sp_unwind): Delete prototype.
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 358902e..1602841 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2008-07-15 Daniel Jacobowitz <dan@codesourcery.com> + * frame.c (frame_sp_unwind): Delete. + (get_frame_sp): Do not use it. + * frame.h (frame_sp_unwind): Delete prototype. + +2008-07-15 Daniel Jacobowitz <dan@codesourcery.com> + * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc. 2008-07-15 Daniel Jacobowitz <dan@codesourcery.com> |