diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:57:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:57:31 +0000 |
commit | 4d4ec4e5654dac6d8ba9277271b76e837447aeff (patch) | |
tree | b0cbcdecf737085cc011c7b4e4f123504e4a6ed6 /gdb/ChangeLog | |
parent | 195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0 (diff) | |
download | gdb-4d4ec4e5654dac6d8ba9277271b76e837447aeff.zip gdb-4d4ec4e5654dac6d8ba9277271b76e837447aeff.tar.gz gdb-4d4ec4e5654dac6d8ba9277271b76e837447aeff.tar.bz2 |
* dwarf2read.c (processing_has_namespace_info): Remove.
(struct dwarf2_cu) <processing_has_namespace_info>: New field.
(process_die, read_func_scope, dwarf2_start_symtab)
(new_symbol_full): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3c8be4..d9377cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-01-25 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (processing_has_namespace_info): Remove. + (struct dwarf2_cu) <processing_has_namespace_info>: New field. + (process_die, read_func_scope, dwarf2_start_symtab) + (new_symbol_full): Update. + +2013-01-25 Tom Tromey <tromey@redhat.com> + * cp-namespace.c (cp_set_block_scope): Remove. * cp-support.h (cp_set_block_scope): Remove. * dbxread.c: Include block.h. |