summaryrefslogtreecommitdiff
path: root/gdb/cp-support.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2008-05-03 22:20:13 +0000
committerDaniel Jacobowitz <dan@debian.org>2008-05-03 22:20:13 +0000
commitfd08116bed124a2e22a0750febe85d082663eb9d (patch)
tree40396135be5b609dc1a5acc60296df0f73faf64e /gdb/cp-support.h
parent31304659fd09363bb5f80ecd341fa4234bb45308 (diff)
downloadgdb-fd08116bed124a2e22a0750febe85d082663eb9d.tar.gz
* alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
* arm-tdep.h (STATUS_REGISTER_SIZE): Delete. * breakpoint.c (args_for_catchpoint_enable, current_exception_event): Delete. * c-typeprint.c (c_type_print_base): Delete handling of template instantiations. * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) (METHOD_PTR_TO_VOFFSET): Delete. * defs.h (QUIT_FIXME): Delete. * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77) (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete. * gdbtypes.h (struct cplus_struct_type): Delete is_inlined, ninstantiations, and instantiations. (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION) (TYPE_FN_FIELD_INLINED): Delete. * srec.h (SREC_BINARY): Delete. * symtab.c (symbol_init_demangled_name): Delete. * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name) (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND) (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE) (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC) (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE) (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete. * target.h (enum thread_control_capabilities): Delete tc_switch. (target_can_switch_threads): Delete.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r--gdb/cp-support.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h
index b6af5791e1c..f52154b3ab2 100644
--- a/gdb/cp-support.h
+++ b/gdb/cp-support.h
@@ -127,10 +127,4 @@ extern char *cp_comp_to_string (struct demangle_component *result,
extern struct cmd_list_element *maint_cplus_cmd_list;
-/* Pointer to member function. Depends on compiler implementation. */
-
-#define METHOD_PTR_IS_VIRTUAL(ADDR) ((ADDR) & 0x80000000)
-#define METHOD_PTR_FROM_VOFFSET(OFFSET) (0x80000000 + (OFFSET))
-#define METHOD_PTR_TO_VOFFSET(ADDR) (~0x80000000 & (ADDR))
-
#endif /* CP_SUPPORT_H */