From a023a30fb494294f739b3414a28d11da8c298d3f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 26 Oct 2014 12:26:20 -0700 Subject: * block.h (ALL_BLOCK_SYMBOLS): Fix comment. gdb/ChangeLog: * block.h (ALL_BLOCK_SYMBOLS): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/block.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16c9ec8..50727c1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-10-26 Doug Evans + * block.h (ALL_BLOCK_SYMBOLS): Fix comment. + +2014-10-26 Doug Evans + * block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc. diff --git a/gdb/block.h b/gdb/block.h index 0e5d0be..30aaf98 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -271,8 +271,8 @@ extern struct symbol *block_iter_match_next (const char *name, symbol_compare_ftype *compare, struct block_iterator *iterator); -/* Macro to loop through all symbols in a block BL, in no particular - order. ITER helps keep track of the iteration, and should be a +/* Macro to loop through all symbols in BLOCK, in no particular + order. ITER helps keep track of the iteration, and must be a struct block_iterator. SYM points to the current symbol. */ #define ALL_BLOCK_SYMBOLS(block, iter, sym) \ -- cgit v1.1