summaryrefslogtreecommitdiff
path: root/gdb/value.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-06-18 18:28:29 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-06-18 18:28:29 +0000
commit93b2ddd1d84f2315a3ae7e58952dfe201e2d5ca7 (patch)
treeee8e4ea3a58feb127a4c5eb441958369efb8ee75 /gdb/value.c
parent8fa89cf0fbba72787bbff10b7b5565ce3463ed65 (diff)
downloadgdb-93b2ddd1d84f2315a3ae7e58952dfe201e2d5ca7.tar.gz
2007-06-18 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with gdbarch_extract_return_value. * value.c (generic_use_struct_convention): Likewise (comment). * ia64-tdep.c (ia64_use_struct_convention): Likewise (comment). * arch-utils.c (legacy_return_value): Likewise. * arch-utils.h (legacy_return_value): Likewise (comment). * gdbarch.sh (STORE_RETURN_VALUE): Replace by gdbarch_store_return_value. * stack.c (return_command): Likewise (comment). * arch-utils.h (legacy_return_value): Likewise (comment). * arch-utils.c (legacy_return_value): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/value.c')
-rw-r--r--gdb/value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c
index 74044088296..52ba2ed90b2 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -1654,7 +1654,7 @@ coerce_enum (struct value *arg)
/* Should we use DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS instead of
- EXTRACT_RETURN_VALUE? GCC_P is true if compiled with gcc and TYPE
+ gdbarch_extract_return_value? GCC_P is true if compiled with gcc and TYPE
is the type (which is known to be struct, union or array).
On most machines, the struct convention is used unless we are