aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-06-26 14:15:49 +0000
committerTristan Gingold <gingold@adacore.com>2009-06-26 14:15:49 +0000
commit01fc9d36d89e118cbd181d43ad7ef1482450d8ed (patch)
tree22ddd8a0a2528335671fb535dff5e3460dbcf2c1
parent7bd06e873820c9451e0378aaa4b3d4f0eea89a25 (diff)
downloadfsf-binutils-gdb-01fc9d36d89e118cbd181d43ad7ef1482450d8ed.zip
fsf-binutils-gdb-01fc9d36d89e118cbd181d43ad7ef1482450d8ed.tar.gz
fsf-binutils-gdb-01fc9d36d89e118cbd181d43ad7ef1482450d8ed.tar.bz2
Fix indentation of:
2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
-rw-r--r--gdb/ChangeLog40
1 files changed, 20 insertions, 20 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 18931d1..fb06086 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -64,26 +64,26 @@
2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
- * dwarf2read.c (process_die): Handle import statements
- (DW_TAG_imported_declaration, case DW_TAG_imported_module)
- (read_import_statement): New.
- (read_func_scope): Update using_directives to point to current context
- (read_lexical_block_scope): Ditto.
- * cp-support.h: Added prototype for cp_add_using.
- * cp-namespace.c: Removed local context_stack.
- (cp_initialize_namespace): Deleted.
- (cp_finalize_namespace): Deleted.
- (cp_add_using_directive): Use using_directives instead of using_list.
- (cp_add_using): No longer static.
- * buildsym.h: Created global using_direct variable.
- Created using_direct variable in context_stack.
- * buildsym.c (finish_block): Set using directives for the block under
- construction.
- (start_symtab): Removed call to cp_initialize_namespace().
- (end_symtab): Removed call to cp_finalize_namespace().
- (push_context): Save and reset using_directives.
- * block.c (block_using): Return using directives for given
- block instead of static block.
+ * dwarf2read.c (process_die): Handle import statements
+ (DW_TAG_imported_declaration, case DW_TAG_imported_module)
+ (read_import_statement): New.
+ (read_func_scope): Update using_directives to point to current context
+ (read_lexical_block_scope): Ditto.
+ * cp-support.h: Added prototype for cp_add_using.
+ * cp-namespace.c: Removed local context_stack.
+ (cp_initialize_namespace): Deleted.
+ (cp_finalize_namespace): Deleted.
+ (cp_add_using_directive): Use using_directives instead of using_list.
+ (cp_add_using): No longer static.
+ * buildsym.h: Created global using_direct variable.
+ Created using_direct variable in context_stack.
+ * buildsym.c (finish_block): Set using directives for the block under
+ construction.
+ (start_symtab): Removed call to cp_initialize_namespace().
+ (end_symtab): Removed call to cp_finalize_namespace().
+ (push_context): Save and reset using_directives.
+ * block.c (block_using): Return using directives for given
+ block instead of static block.
2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>