summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-05-12 02:20:38 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-05-12 02:20:38 +0000
commitc3de9d1c4d54663868fba9731146199c69f612db (patch)
tree03c8910296b76eb0f079ddb90ae4eaa0f6870462 /gdb/value.h
parent308c45c20e8c8faaba6fca5d78c68dfb361d9112 (diff)
downloadgdb-c3de9d1c4d54663868fba9731146199c69f612db.tar.gz
2005-05-11 Daniel Jacobowitz <drow@mvista.com>
Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * Makefile.in: Update dependencies for valops.c. * valops.c: Include "gdb_assert.h". (typecmp): Skip THIS parameter to methods. (find_method_list): Remove static_memfuncp argument, update callers. Check for stub methods. (find_value_oload_method_list): Don't set *static_memfuncp. (find_overload_match): Don't check for stub methods. Assert that methods are not stubbed. Handle static methods. (value_find_oload_method_list): Remove static_memfuncp argument. * gdbtypes.c (check_stub_method): Do not add THIS pointer to the argument list for static stub methods. * value.h (value_find_oload_method_list): Update prototype.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h
index d960fe832d3..a0eb99086ff 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -375,7 +375,7 @@ extern struct value *value_struct_elt_for_reference (struct type *domain,
extern struct value *value_static_field (struct type *type, int fieldno);
extern struct fn_field *value_find_oload_method_list (struct value **, char *,
- int, int *, int *,
+ int, int *,
struct type **, int *);
extern int find_overload_match (struct type **arg_types, int nargs,