This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Andrew Haley <aph at cambridge dot redhat dot com>, martin dot kahlert at infineon dot com, java at gcc dot gnu dot org
- Date: 09 Jan 2002 14:08:44 -0700
- Subject: Re: Bug on Solaris
- References: <Pine.LNX.4.10.10201091214280.26032-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> So perhaps Martin's fix is all that's needed, if someone
Jeff> (Bryce?) can check it on PPC too:
I've been trying to get a PPC build today, but so far no joy.
Last time I tried, the resulting executables wouldn't run. I suspect
I need a binutils upgrade :-(
Jeff> - if (FLOAT_WORDS_BIG_ENDIAN)
Jeff> + if (FLOAT_WORDS_BIG_ENDIAN && sizeof(num[0]) < 8)
How about a comment explaining the oddity?
Tom