This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sysv4 varargs for altivec


>>>>> Richard Henderson writes:

Richard> On Thu, Nov 29, 2001 at 07:22:38PM -0600, Aldy Hernandez wrote:
>> that is already in place in function_arg_advance:
>> 
>> if (TARGET_ALTIVEC_ABI && ALTIVEC_VECTOR_MODE (mode))
>> {
>> if (cum->vregno <= ALTIVEC_ARG_MAX_REG && cum->nargs_prototype >= 0)
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Richard> Hum.  I'll let an rs6000 maintainer figure that out.  :-P

	The change is bounded by TARGET_ALTIVEC_ABI, so it's up to people
who care about Altivec to make sure it works correctly.  It won't break
the rest of the world...

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]