2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Committed by Jim Blandy <jimb@redhat.com>. * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use CORE_ADDR as type for selectors. Correct types for GNU run time message lookup function to use double indirection. * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. * objc-lang.h (lookup_child_selector): Adapt prototype.
This commit is contained in:
parent
62f4b920f7
commit
c253954e00
4 changed files with 27 additions and 11 deletions
|
@ -39,7 +39,7 @@ extern int c_value_print (struct value *, struct ui_file *,
|
|||
int, enum val_prettyprint);
|
||||
|
||||
extern CORE_ADDR lookup_objc_class (char *classname);
|
||||
extern int lookup_child_selector (char *methodname);
|
||||
extern CORE_ADDR lookup_child_selector (char *methodname);
|
||||
|
||||
extern char *objc_demangle (const char *mangled, int options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue