diff options
author | Yao Qi <yao@codesourcery.com> | 2014-04-17 09:14:34 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-07-21 03:46:49 +0800 |
commit | 91101fe524e5ae8a912880bf3350ad93d511181a (patch) | |
tree | df166dc243347e6ae14c9520b923f8d7cab4fb7c /gdb/symtab.h | |
parent | c9402c95796b6b734bdeecf69a57ca08140f677e (diff) | |
download | gdb-91101fe524e5ae8a912880bf3350ad93d511181a.zip gdb-91101fe524e5ae8a912880bf3350ad93d511181a.tar.gz gdb-91101fe524e5ae8a912880bf3350ad93d511181a.tar.bz2 |
Remove Chill from comments
gdb:
2014-07-20 Yao Qi <yao@codesourcery.com>
* eval.c: Remove "Chill" from comments.
* gdbtypes.h: Likewise.
* symtab.h: Likewise.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 399ae54..4a47d48 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -271,7 +271,7 @@ extern const char *symbol_demangled_name extern int demangle; /* Macro that returns the name to be used when sorting and searching symbols. - In C++, Chill, and Java, we search for the demangled form of a name, + In C++ and Java, we search for the demangled form of a name, and so sort symbols accordingly. In Ada, however, we search by mangled name. If there is no distinct demangled name, then SYMBOL_SEARCH_NAME returns the same value (same pointer) as SYMBOL_LINKAGE_NAME. */ |