This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix diddle_return_value on SPARC
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Fix diddle_return_value on SPARC
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 16 Nov 1999 09:44:00 -0800
- Cc: gcc-patches at egcs dot cygnus dot com
- References: <19991116143745.C19903@mff.cuni.cz>
On Tue, Nov 16, 1999 at 02:37:46PM +0100, Jakub Jelinek wrote:
> * explow.c (hard_function_value): Add outgoing argument.
> * expr.h (hard_function_value): Declare it.
> * calls.c (expand_call, emit_library_call_value): Update callers.
> * function.c (aggregate_value_p): Ditto.
> (diddle_return_value): Must look at the outgoing registers
> on archs with register windows.
Applied.
r~