sparc.c (function_arg_pass_by_reference): Return 1 for all modes whose size is greate...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 4 Feb 2004 19:02:16 +0000 (20:02 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 4 Feb 2004 19:02:16 +0000 (19:02 +0000)
commite2a17f6e4c325d78b243fa2f9cb4980c931f8531
treee3c2138ae474b4bb29d7195b3e0e6239dbf84058
parente530f3709ec88e516fcc810cc7109d9255d578a8
sparc.c (function_arg_pass_by_reference): Return 1 for all modes whose size is greater than 8 bytes if ARCH32.

* config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
for all modes whose size is greater than 8 bytes if ARCH32.
(sparc_va_arg): Handle all modes whose size is greater than 8 bytes
by reference if ARCH32.

From-SVN: r77262
gcc/ChangeLog
gcc/config/sparc/sparc.c