aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-20 23:42:01 -0600
committerTom Tromey <tom@tromey.com>2018-07-16 08:55:22 -0600
commitedb0470b99a9f399ccb5d666173c4315f6cb02c0 (patch)
tree8a7e1590c59dd1fa72c2d85ca642157f50f8aaaa /gdb/ChangeLog
parent6cccc9a89160455aab634784c231af4590d943f3 (diff)
downloadgdb-edb0470b99a9f399ccb5d666173c4315f6cb02c0.zip
gdb-edb0470b99a9f399ccb5d666173c4315f6cb02c0.tar.gz
gdb-edb0470b99a9f399ccb5d666173c4315f6cb02c0.tar.bz2
Use outermost_context_p in more places
This changes a few explicit checks of context_stack_depth to use outermost_context_p instead. This simplifies some future work. gdb/ChangeLog 2018-07-16 Tom Tromey <tom@tromey.com> * xcoffread.c (read_xcoff_symtab): Use outermost_context_p. * dwarf2read.c (using_directives, new_symbol): Use outermost_context_p. * dbxread.c (process_one_symbol): Use outermost_context_p. * coffread.c (coff_symtab_read): Use outermost_context_p.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0474bef..af19524 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2018-07-16 Tom Tromey <tom@tromey.com>
+ * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
+ * dwarf2read.c (using_directives, new_symbol): Use
+ outermost_context_p.
+ * dbxread.c (process_one_symbol): Use outermost_context_p.
+ * coffread.c (coff_symtab_read): Use outermost_context_p.
+
+2018-07-16 Tom Tromey <tom@tromey.com>
+
* dwarf2read.c (using_directives, read_func_scope)
(read_lexical_block_scope): Update.
* cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.