summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
diff options
context:
space:
mode:
authorAdam Fedor <fedor@gnu.org>2003-04-30 01:27:53 +0000
committerAdam Fedor <fedor@gnu.org>2003-04-30 01:27:53 +0000
commit3d9588a822e9806103498396bcbc87278ffdae6c (patch)
treef812791540f13df3bc5194343bd9c2e3fbe2ed58 /gdb/infcall.c
parenta333002242e0d4a6f23bf5c52ed226327637964c (diff)
downloadgdb-3d9588a822e9806103498396bcbc87278ffdae6c.tar.gz
* eval.c (evaluate_subexp_standard): Handle ObjC ops.
* infcall.c (find_function_addr): Make non-static. * infcall.h (find_function_addr): Declare. * Makefile.in (eval.o): Update dependencies.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r--gdb/infcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c
index f87d3ba3258..1ce22fb1c6c 100644
--- a/gdb/infcall.c
+++ b/gdb/infcall.c
@@ -157,7 +157,7 @@ value_arg_coerce (struct value *arg, struct type *param_type,
/* Determine a function's address and its return type from its value.
Calls error() if the function is not valid for calling. */
-static CORE_ADDR
+CORE_ADDR
find_function_addr (struct value *function, struct type **retval_type)
{
register struct type *ftype = check_typedef (VALUE_TYPE (function));