* d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to

iterate_over_symbols.
This commit is contained in:
Tom Tromey 2012-03-15 14:06:20 +00:00
parent b240011aba
commit 95cbceff99
2 changed files with 6 additions and 1 deletions

View 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,

View 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
};