mips.c (function_arg_pass_by_reference): Force to 0 in o32 and o64 ABIs.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 9 Mar 2002 06:05:27 +0000 (06:05 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 9 Mar 2002 06:05:27 +0000 (06:05 +0000)
commit9445b81426894118035f9b4765cba7c5bb6f8b05
tree42cc3c0be397db6b46b2ce477e0c8328c888577c
parentf1148658f16fa29a944bd843fd69352e142a4d0e
mips.c (function_arg_pass_by_reference): Force to 0 in o32 and o64 ABIs.

* config/mips/mips.c (function_arg_pass_by_reference): Force to 0
in o32 and o64 ABIs.
* config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
but getting fixed-size structs passed in registers regardless of
padding in o32 and o64 ABIs.

From-SVN: r50480
gcc/ChangeLog
gcc/config/mips/abi64.h
gcc/config/mips/mips.c