aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-25 17:55:24 +0000
committerTom Tromey <tromey@redhat.com>2013-01-25 17:55:24 +0000
commit195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0 (patch)
tree3c6ad1dfea761f190c07f25ad32734e1485344e6 /gdb/ChangeLog
parent8ba0730a172c05805cb5072121ab71ee03654caa (diff)
downloadgdb-195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0.zip
gdb-195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0.tar.gz
gdb-195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0.tar.bz2
* cp-namespace.c (cp_set_block_scope): Remove.
* cp-support.h (cp_set_block_scope): Remove. * dbxread.c: Include block.h. (cp_set_block_scope): New function. (process_one_symbol): Update. * dwarf2read.c (read_func_scope): Use block_set_scope.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bb9692b..d3c8be4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2013-01-25 Tom Tromey <tromey@redhat.com>
+
+ * cp-namespace.c (cp_set_block_scope): Remove.
+ * cp-support.h (cp_set_block_scope): Remove.
+ * dbxread.c: Include block.h.
+ (cp_set_block_scope): New function.
+ (process_one_symbol): Update.
+ * dwarf2read.c (read_func_scope): Use block_set_scope.
+
2013-01-25 Pedro Alves <palves@redhat.com>
* remote.c (add_current_inferior_and_thread): Tweak comment.