aboutsummaryrefslogtreecommitdiff
path: root/gdb/d10v-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-10 22:47:31 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-10 22:47:31 +0000
commit963e2bb72c415631fb836e137f24c6e0686fd205 (patch)
tree4adf51b00b818534303a1cc809cd0e0784232ed6 /gdb/d10v-tdep.c
parent8aa91c1e237baa3e8223d6304cdcd66380f83119 (diff)
downloadgdb-963e2bb72c415631fb836e137f24c6e0686fd205.zip
gdb-963e2bb72c415631fb836e137f24c6e0686fd205.tar.gz
gdb-963e2bb72c415631fb836e137f24c6e0686fd205.tar.bz2
2003-11-10 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (return_value): Replace "inval" and "outval" with "readbuf" and "writebuf". * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto. * d10v-tdep.c (d10v_return_value): Ditto. * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto. (ppc_sysv_abi_broken_return_value): Ditto. (ppc64_sysv_abi_return_value): Ditto. * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto. (ppc_sysv_abi_return_value): Ditto. (ppc_sysv_abi_broken_return_value): Ditto. (ppc64_sysv_abi_return_value): Ditto. * values.c (register_value_being_returned): Update call. * stack.c (return_command): Update call. * gdbarch.h, gdbarch.c: Re-generate. Index: gdb/doc/ChangeLog 2003-11-10 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace the return_value method's "inval" and "outval" parameters with "readbuf" and "writebuf".
Diffstat (limited to 'gdb/d10v-tdep.c')
-rw-r--r--gdb/d10v-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c
index d3c61f9..6ad5ed5 100644
--- a/gdb/d10v-tdep.c
+++ b/gdb/d10v-tdep.c
@@ -378,8 +378,8 @@ d10v_integer_to_address (struct type *type, void *buf)
static enum return_value_convention
d10v_return_value (struct gdbarch *gdbarch, struct type *valtype,
- struct regcache *regcache, const void *writebuf,
- void *readbuf)
+ struct regcache *regcache, void *readbuf,
+ const void *writebuf)
{
if (TYPE_LENGTH (valtype) > 8)
/* Anything larger than 8 bytes (4 registers) goes on the stack. */