Commit 83953138 by Hartmut Penner Committed by Hartmut Penner

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
parent 66188a7e
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment