diff options
author | Pedro Alves <palves@redhat.com> | 2008-05-19 18:37:07 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-05-19 18:37:07 +0000 |
commit | 6c9353d3467c71c60b7d08215263efdaddd3711c (patch) | |
tree | 7d1480cc078e7ebfffad59ad0d494e46963d78c4 /gdb/ada-lang.c | |
parent | 2570f2b7e1242480dcf1db929ca99febce976ca0 (diff) | |
download | binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.zip binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.tar.gz binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.tar.bz2 |
* symtab.h (lookup_symbol_in_language): Update comment.
* symtab.c (lookup_symbol_aux_block): Update comment.
* ada-lang.c (ada_lookup_symbol_list): Update comment.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 7060f50..6bfdf0d 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -4666,7 +4666,7 @@ remove_irrelevant_renamings (struct ada_symbol_info *syms, /* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing scope and in global scopes, returning the number of matches. Sets - *RESULTS to point to a vector of (SYM,BLOCK,SYMTAB) triples, + *RESULTS to point to a vector of (SYM,BLOCK) tuples, indicating the symbols found and the blocks and symbol tables (if any) in which they were found. This vector are transient---good only to the next call of ada_lookup_symbol_list. Any non-function/non-enumeral |