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] PPC: Correct SYSV ABI libcall handling


>>>>> Franz Sirl writes:

Franz> Where did ABI_AIX ever use it for the mode == VOIDmode case? This is only used 
Franz> on ABI_V4, cause only ABI_V4 needs to set/clear a CR bit to signal a vararg 
Franz> callee if FP args where passed (at least I don't know of a similar 
Franz> requirement for ABI_AIX).

	ABI_AIX does not use it for the exact same situation, but it does
use type to determine whether FP parameters can be passed in just FPRs or
need to be duplicated in GPRs as well.

David


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