diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:28:29 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:28:29 +0000 |
commit | 82d1552e979875fc6e25a31800322b46c1dfe02e (patch) | |
tree | ef9e46ae352a4ac3e192d42b5a7bbfbd882578db /gdb/stack.c | |
parent | b187c476136b7a8cfb6efa7a772896241be172fe (diff) | |
download | gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.zip gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.tar.gz gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.tar.bz2 |
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/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index aaeb1d1..fdbb724 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1792,7 +1792,7 @@ return_command (char *retval_exp, int from_tty) || TYPE_CODE (return_type) == TYPE_CODE_UNION)) { /* NOTE: cagney/2003-10-20: Compatibility hack for legacy - code. Old architectures don't expect STORE_RETURN_VALUE + code. Old architectures don't expect gdbarch_store_return_value to be called with with a small struct that needs to be stored in registers. Don't start doing it now. */ query_prefix = "\ |