aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-11-02 19:35:19 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-11-02 19:35:19 +0000
commit086280be76b21483fd3ee5088e01f2773d2989ba (patch)
tree6fb36e0d6e76fae6e346f4cd3a5b78b09dc91e45 /gdb/value.h
parentaba2dd37f7acd4795da967030cb64d8e9d3b791e (diff)
downloadbinutils-086280be76b21483fd3ee5088e01f2773d2989ba.zip
binutils-086280be76b21483fd3ee5088e01f2773d2989ba.tar.gz
binutils-086280be76b21483fd3ee5088e01f2773d2989ba.tar.bz2
* gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member.
(TYPE_RUNTIME_PTR, TYPE_VTABLE, TYPE_HAS_VTABLE, TYPE_PRIMARY_BASE, TYPE_VIRTUAL_BASE_LIST): Remove macros. (HP_ACC_VFUNC_START, HP_ACC_VBASE_START, HP_ACC_TYPEINFO_OFFSET, HP_ACC_TOP_OFFSET_OFFSET): Likewise. (has_vtable, primary_base_class, virtual_base_list_length, virtual_base_list_length_skip_primaries, virtual_base_index, virtual_base_index_skip_primaries, class_index_in_primary_list, count_virtual_fns): Remove prototypes. * gdbtypes.c (has_vtable, primary_base_class, current_vbase_list, virtual_base_list_aux, virtual_base_list, virtual_base_list_length, virtual_base_list_length_skip_primaries, virtual_base_index, virtual_base_index_skip_primaries, class_index_in_primary_list, count_virtual_fns): Remove. * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Remove. (hpacc_vtbl_ptr_name, hpacc_vtbl_ptr_type_name): Remove. (cp_print_value_fields): Remove support for HP aCC vtables. (cp_print_value): Likewise. * c-typeprint.c (c_type_print_base): Likewise. * value.h (find_rt_vbase_offset): Remove prototype. * valops.c (find_rt_vbase_offset): Remove. (search_struct_method): Remove support for HP aCC vtables. (find_method_list): Likewise.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h
index ada7fc7..b513fe0 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -547,9 +547,6 @@ extern struct value *value_slice (struct value *, int, int);
extern struct value *value_literal_complex (struct value *, struct value *,
struct type *);
-extern void find_rt_vbase_offset (struct type *, struct type *,
- const gdb_byte *, int, int *, int *);
-
extern struct value *find_function_in_inferior (const char *);
extern struct value *value_allocate_space_in_inferior (int);