From: Andrew Cagney Date: Thu, 13 Nov 2003 18:08:57 +0000 (+0000) Subject: 2003-11-13 Andrew Cagney X-Git-Tag: cagney_bigcore-20040122-branchpoint~827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=475b6ddd329a54a32907a55cf4f2efc9013f5973;p=external%2Fbinutils.git 2003-11-13 Andrew Cagney * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bdeaa3d..512e6fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-11-13 Andrew Cagney + + * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order. + 2003-11-13 Jim Blandy * cp-namespace.c: Doc fix. diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index c094efe..2be9943 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -598,7 +598,8 @@ ppc_linux_memory_remove_breakpoint (CORE_ADDR addr, char *contents_cache) static enum return_value_convention ppc_linux_return_value (struct gdbarch *gdbarch, struct type *valtype, - struct regcache *regcache, const void *inval, void *outval) + struct regcache *regcache, void *readbuf, + const void *writebuf) { if ((TYPE_CODE (valtype) == TYPE_CODE_STRUCT || TYPE_CODE (valtype) == TYPE_CODE_UNION) @@ -606,7 +607,8 @@ ppc_linux_return_value (struct gdbarch *gdbarch, struct type *valtype, && TYPE_VECTOR (valtype))) return RETURN_VALUE_STRUCT_CONVENTION; else - return ppc_sysv_abi_return_value (gdbarch, valtype, regcache, inval, outval); + return ppc_sysv_abi_return_value (gdbarch, valtype, regcache, readbuf, + writebuf); } /* Fetch (and possibly build) an appropriate link_map_offsets