diff options
author | Tom Tromey <tromey@redhat.com> | 2012-03-15 14:06:20 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-03-15 14:06:20 +0000 |
commit | 95cbceff9926e26bf718f9373fcde2981e09b748 (patch) | |
tree | 9657f2bcc10b78614a6c13553264c4b6cc7fe265 /gdb/d-lang.c | |
parent | b240011aba98dd8a0c4736a51afcea38af814200 (diff) | |
download | binutils-95cbceff9926e26bf718f9373fcde2981e09b748.zip binutils-95cbceff9926e26bf718f9373fcde2981e09b748.tar.gz binutils-95cbceff9926e26bf718f9373fcde2981e09b748.tar.bz2 |
* d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
iterate_over_symbols.
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r-- | gdb/d-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 9a8cf52..121040a 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -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 }; |