* d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
authorTom Tromey <tromey@redhat.com>
Thu, 15 Mar 2012 14:06:20 +0000 (14:06 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 15 Mar 2012 14:06:20 +0000 (14:06 +0000)
iterate_over_symbols.

gdb/ChangeLog
gdb/d-lang.c

index 9e688e9..fccf667 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-15  Tom Tromey  <tromey@redhat.com>
+
+       * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
+       iterate_over_symbols.
+
 2012-03-14  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
index 9a8cf52..121040a 100644 (file)
@@ -274,7 +274,7 @@ static const struct language_defn d_language_defn =
   default_pass_by_reference,
   c_get_string,
   NULL,                                /* la_get_symbol_name_cmp */
-  NULL,
+  iterate_over_symbols,
   LANG_MAGIC
 };