This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Bug on Solaris


>>>>> "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


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