[PATCH] powerpc64: fix g++ -msoft-float

Janis Johnson janis187@us.ibm.com
Fri Jan 10 21:45:00 GMT 2003


On Fri, Jan 10, 2003 at 04:38:58PM -0500, David Edelsohn wrote:
> >>>>> Janis Johnson writes:
> 
> Janis> I had looked at that message, but didn't see why this change was needed,
> Janis> and didn't see that it had actually been tested on powerpc64.  There are
> Janis> no test suite changes with this patch; what is expected to be different?
> Janis> Where is TImode support used, if it's not exercised by the testsuite?
> 
> 	See the libgcc2 versus x86_64 Ada thread:
> 
> http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01538.html
> 
> That same construct is used by x86, sparc, and rs6000.

OK, thanks, I'll look at the g++ -msoft-float failures from another
angle.  (There are link failures because in libgcc_s_soft-float.so
the symbols .__floatdidf, .__fixdfdi, and .__fixsfdi are local and
so those symbols without the leading "." are undefined.)

Janis



More information about the Gcc-patches mailing list