diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-09 19:35:11 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-09 19:35:11 +0000 |
commit | e8930875fbb0df5bfce42d9a895433ddb02fff8f (patch) | |
tree | 3968c7b202f604de2654c9f099583c1e83cff628 /gdb/ChangeLog | |
parent | 9f973f284255fa36ee23ac15700037e6f19a1fce (diff) | |
download | gdb-e8930875fbb0df5bfce42d9a895433ddb02fff8f.zip gdb-e8930875fbb0df5bfce42d9a895433ddb02fff8f.tar.gz gdb-e8930875fbb0df5bfce42d9a895433ddb02fff8f.tar.bz2 |
gdb/
Code cleanup.
* symtab.c (search_symbols): Reorder the KIND description in the
function comment. Remove the unused 4th element of types, types2,
types3 and types4. New gdb_assert on KIND.
(symtab_symbol_info): Remove the unused 4th element of classnames.
New gdb_assert on KIND.
* symtab.h (enum search_domain): New warning in the enum comment.
Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
TYPES_DOMAIN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7da8c9e..1d6bcc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com> + Code cleanup. + * symtab.c (search_symbols): Reorder the KIND description in the + function comment. Remove the unused 4th element of types, types2, + types3 and types4. New gdb_assert on KIND. + (symtab_symbol_info): Remove the unused 4th element of classnames. + New gdb_assert on KIND. + * symtab.h (enum search_domain): New warning in the enum comment. + Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and + TYPES_DOMAIN. + +2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix crash of gdb save-index on a STABS file. * dwarf2read.c (write_psymtabs_to_index): Return also on no PSYMTABS_ADDRMAP. |