aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-26 15:54:29 +0000
committerTom Tromey <tromey@redhat.com>2012-11-26 15:54:29 +0000
commit210bbc17ac115d12dbde59b5de97b8547e7465c8 (patch)
tree9db34aa07d76ed52ff2ae12d2ddf16c9e356aa0a /gdb/ChangeLog
parent0270a750ba588a8ad521e68be851772bac9c44f1 (diff)
downloadgdb-210bbc17ac115d12dbde59b5de97b8547e7465c8.zip
gdb-210bbc17ac115d12dbde59b5de97b8547e7465c8.tar.gz
gdb-210bbc17ac115d12dbde59b5de97b8547e7465c8.tar.bz2
* ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
* dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use SYMBOL_SYMTAB. * skip.c (skip_info): Use SYMBOL_SYMTAB.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b14fc8e..41e7a30 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-26 Tom Tromey <tromey@redhat.com>
+
+ * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
+ * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
+ SYMBOL_SYMTAB.
+ * skip.c (skip_info): Use SYMBOL_SYMTAB.
+
2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
Pedro Alves <palves@redhat.com>