From: Jim Kingdon Date: Fri, 26 Apr 1991 23:04:32 +0000 (+0000) Subject: * values.c, value.h: New functions value_{headof,from_vtable_info}. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b99f250bf9b29c4a09c75480522140e219b26537;p=binutils-gdb.git * values.c, value.h: New functions value_{headof,from_vtable_info}. * value.h: Remove redundant declaration of value_static_field. --- diff --git a/gdb/value.h b/gdb/value.h index 4afe8585c7f..e0cc0d452e0 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -216,6 +216,7 @@ value value_cast (); value value_zero (); value value_repeat (); value value_subscript (); +value value_from_vtable_info (); value value_being_returned (); int using_struct_return (); @@ -245,11 +246,10 @@ value value_x_binop (); value value_x_unop (); value value_fn_field (); value value_virtual_fn_field (); -value value_static_field (); int binop_user_defined_p (); int unop_user_defined_p (); int typecmp (); -int fill_in_vptr_fieldno (); +void fill_in_vptr_fieldno (); int destructor_name_p (); #define value_free(val) free (val)