aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-01-17 19:55:18 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-01-17 19:55:18 +0000
commitc89ffd862078b73a03cb0fedb435f87dd0c03506 (patch)
tree9fccea9aee4565a36999e02e5ca60bc3c43ba55f /gdb/ChangeLog
parentaebb1cc98b86fb4941cc461ce7901520a88cd20d (diff)
downloadgdb-c89ffd862078b73a03cb0fedb435f87dd0c03506.zip
gdb-c89ffd862078b73a03cb0fedb435f87dd0c03506.tar.gz
gdb-c89ffd862078b73a03cb0fedb435f87dd0c03506.tar.bz2
gdb/
* symtab.c (iterate_over_some_symtabs): New variable cleanups, initialize it by existing make_cleanup. Call new do_cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a98621c..e9f2e7c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * symtab.c (iterate_over_some_symtabs): New variable cleanups,
+ initialize it by existing make_cleanup. Call new do_cleanups.
+
2013-01-17 Tom Tromey <tromey@redhat.com>
* cp-abi.c (cp_abi_completer): New function.