rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check for SVR4 ABI.

* gcc/config/rs6000/rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check
      for SVR4 ABI.

From-SVN: r74822
This commit is contained in:
Hartmut Penner 2003-12-19 07:50:22 +00:00 committed by Hartmut Penner
parent 66188a7ef3
commit 8395313877
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-12-18 Hartmut Penner <hpenner@de.ibm.com>
* gcc/config/rs6000/rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check
for SVR4 ABI.
2003-12-18 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/aix.h (OS_MISSING_POWERPC64): Define.

View File

@ -3677,7 +3677,7 @@ rs6000_emit_move (rtx dest, rtx source, enum machine_mode mode)
(ALTIVEC_VECTOR_MODE (MODE) \
&& (CUM)->vregno <= ALTIVEC_ARG_MAX_REG \
&& TARGET_ALTIVEC_ABI \
&& (DEFAULT_ABI == ABI_V4 || (NAMED)))
&& (NAMED))
/* Return a nonzero value to say to return the function value in
memory, just as large structures are always returned. TYPE will be