Move declaration of vtbl_ptr_name to the header.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index d95df54c83e3e1bec46af20a9d938ea661578295..de291fa8f135c8a062cbd01f6114f9c57ae8fe30 100644 (file)
@@ -144,6 +144,12 @@ extern void cp_print_value_fields_rtti (struct type *,
                                        const struct value_print_options *,
                                        struct type **, int);
 
+/* gcc-2.6 or later (when using -fvtable-thunks)
+   emits a unique named type for a vtable entry.
+   Some gdb code depends on that specific name.  */
+
+extern const char vtbl_ptr_name[];
+
 extern int cp_is_vtbl_ptr_type (struct type *);
 
 extern int cp_is_vtbl_member (struct type *);
This page took 0.02444 seconds and 4 git commands to generate.