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: [PATCH] Alignment and split function args


Ian Lance Taylor <ian@wasabisystems.com> writes:
> Paul Brook <paul@codesourcery.com> writes:
>> +	      /* We assume at most one partial arg, and it must be the first
>> +	         argument on the stack.  */
>> +	      if (extra_pretend_bytes || current_function_pretend_args_size)
>> +		abort ();
>
> Is this assumption true for MIPS EABI, which counts integer and
> floating point registers separately?

Good question ;)  But I don't the EABI splits arguments between
registers and stack.  Everything is either passed in a single
register, an aligned double register, or by reference.

Richard


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