gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2b889fc9bea068ac0f60472584f52ef325f5f9b3..b18b598254eee119dd295c9ffdc4de1d14236e21 100644 (file)
@@ -1,3 +1,56 @@
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * c-typeprint.c (c_type_print_base): For no fields check include also
+       TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
+       * dwarf2read.c (struct typedef_field_list)
+       (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
+       (dwarf2_add_typedef): New.
+       (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
+       Copy also FI.TYPEDEF_FIELD_LIST.
+       * gdbtypes.h (struct typedef_field)
+       (struct cplus_struct_type) <typedef_field, typedef_field_count>
+       (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
+       (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * cp-namespace.c (cp_lookup_nested_type): New variable
+       concatenated_name.  Turn the current return condition into a reverse
+       one.  Call also lookup_static_symbol_aux on the constructed qualified
+       name.
+       * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
+       other files into a called ...
+       (lookup_static_symbol_aux): ... new function here.
+       * symtab.h (lookup_static_symbol_aux): New prototype.
+       * valops.c (value_maybe_namespace_elt): Call also
+       lookup_static_symbol_aux if we failed otherwise.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix PR c++/11703 and PR gdb/1448.
+       * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
+       FIRST_ITER check.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix modification of cplus_struct_default.
+       * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
+       Call ALLOCATE_CPLUS_STRUCT_TYPE.
+       * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
+
+2010-06-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry announcing the python directory.
+
+2010-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (read_structure_type): Allocate null cleanup later.
+
+2010-06-28  Doug Evans  <dje@google.com>
+
+       * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
+       All callers updated.
+
 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
This page took 0.026347 seconds and 4 git commands to generate.