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: rs6000 PPC32 SVR4 ABI long double function return bug


> You haven't explained exactly what you want in a revised patch.  As best as
> I can determine, there is nothing wrong with my original patch, except that
> the backwards compatibility isn't needed because you mentioned that no one
> currently uses the 128-bit long double support with ABI_SVR4.

	I wanted a revised patch so it is clear exactly what I am
approving, namely the change to RETURN_IN_MEMORY without any backward
compatibility. 

2002-12-06  Jim Wilson  <wilson@redhat.com>

	* rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in
	memory.

This patch is fine once you are convinced that it is safe with any
bootstrap and testsuite runs you wish to perform.

Thanks, David


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