aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-13 21:31:33 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-13 21:31:33 +0000
commit48436ce6b9d02c4f4f9e3628e3dbe8247841fda9 (patch)
treeb10badbaf8b33470980fcfe273901727fafecf91 /gdb/eval.c
parent88d89dbb0e7a3522a9f2ecf3ff452f0f62bc0433 (diff)
downloadgdb-48436ce6b9d02c4f4f9e3628e3dbe8247841fda9.zip
gdb-48436ce6b9d02c4f4f9e3628e3dbe8247841fda9.tar.gz
gdb-48436ce6b9d02c4f4f9e3628e3dbe8247841fda9.tar.bz2
2003-09-13 Andrew Cagney <cagney@redhat.com>
* values.c (using_struct_return): Delete "function" and "funcaddr" parameters. * value.h (using_struct_return): Update declaration. * infcmd.c (finish_command_continuation): Update. (finish_command): Update. * infcall.c (call_function_by_hand): Update. * eval.c (evaluate_subexp_standard): Update.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index 914a552..99a1b83 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -855,11 +855,11 @@ evaluate_subexp_standard (struct type *expect_type,
value_type = expect_type;
}
- struct_return = using_struct_return (method, funaddr, value_type, using_gcc);
+ struct_return = using_struct_return (value_type, using_gcc);
}
else if (expect_type != NULL)
{
- struct_return = using_struct_return (NULL, addr, check_typedef (expect_type), using_gcc);
+ struct_return = using_struct_return (check_typedef (expect_type), using_gcc);
}
/* Found a function symbol. Now we will substitute its