summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
committerDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
commit1956a8b461b357b60dfd7602d2db87caaa80b019 (patch)
tree399ddd3a8e133e267dad2eab0a1aba6223d0700e /gdb/value.h
parent6bd3be32bbe1382e066c99ef592ce8064cf4c1eb (diff)
downloadbinutils-gdb-dberlin-typesystem-branch.tar.gz
Typesystem work initial import.dberlin-typesystem-branch
Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 8b1d18f0b5d..36d07179b2d 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -374,7 +374,7 @@ extern value_ptr value_struct_elt_for_reference (struct type *domain,
int offset,
struct type *curtype,
char *name,
- struct type *intype);
+ struct type *intype, int look_for_this);
extern value_ptr value_static_field (struct type *type, int fieldno);
@@ -539,7 +539,6 @@ extern void clear_internalvars (void);
extern value_ptr value_copy (value_ptr);
-extern int baseclass_offset (struct type *, int, char *, CORE_ADDR);
/* From valops.c */
@@ -555,8 +554,6 @@ extern int standard_coerce_float_to_double (struct type *, struct type *);
extern value_ptr value_literal_complex (value_ptr, value_ptr, struct type *);
-extern void find_rt_vbase_offset (struct type *, struct type *, char *, int,
- int *, int *);
extern value_ptr find_function_in_inferior (char *);