diff options
author | Pedro Alves <palves@redhat.com> | 2013-02-01 19:58:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-02-01 19:58:04 +0000 |
commit | c1f7d745c881cc3f9a8b52c9a4e420f0a687a848 (patch) | |
tree | 2643c36c2277b2884e6b3c4e9dec256cec658250 /gdb/ChangeLog | |
parent | 8a92335bfca80cc9b4cd217505ea0dcbfdefbf07 (diff) | |
download | gdb-c1f7d745c881cc3f9a8b52c9a4e420f0a687a848.zip gdb-c1f7d745c881cc3f9a8b52c9a4e420f0a687a848.tar.gz gdb-c1f7d745c881cc3f9a8b52c9a4e420f0a687a848.tar.bz2 |
Garbage collect deprecated_pc_in_call_dummy
I noticed there are no users of deprecated_pc_in_call_dummy left in
the tree.
The last user was ARM. Usage removed here:
http://sourceware.org/ml/gdb-patches/2010-03/msg00820.html
This deletes the function.
2013-02-01 Pedro Alves <palves@redhat.com>
* dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
* frame.h (deprecated_pc_in_call_dummy): Delete declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c95c1b3..f923d0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-02-01 Pedro Alves <palves@redhat.com> + + * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function. + * frame.h (deprecated_pc_in_call_dummy): Delete declaration. + 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com> * elfread.c (elf_symfile_read): Limit separate debug info additions to |