gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 78dcf55afe0636173423f5ad0ae38500ba420895..39ae349525231976741ede17f8c71d109d8aa0bc 100644 (file)
@@ -1,3 +1,16 @@
+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.
This page took 0.047282 seconds and 4 git commands to generate.