diff options
author | Keith Seitz <keiths@redhat.com> | 2017-02-17 13:50:40 -0800 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2017-02-21 13:33:46 -0800 |
commit | b34c45412cdc3b13c2d8b0aa0ab78e3574ba5bbc (patch) | |
tree | 3a9a23943616657be7bae0406688055c05aa8f36 /gdb/c-lang.c | |
parent | 882b3a06fd27ecbbe562d137a0eac62034f00651 (diff) | |
download | binutils-users/keiths/c++compile-submit.zip binutils-users/keiths/c++compile-submit.tar.gz binutils-users/keiths/c++compile-submit.tar.bz2 |
Compile C++ feature.users/keiths/c++compile-submit
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index a61540d..1d69338 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -1068,8 +1068,8 @@ const struct language_defn cplus_language_defn = iterate_over_symbols, cplus_compute_string_hash, &cplus_varobj_ops, - NULL, - NULL, + cplus_get_compile_context, + cplus_compute_program, LANG_MAGIC }; |