This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patches for java on ARM: gcjh
- To: gcc patches mailing list <gcc-patches at gcc dot gnu dot org>
- Subject: Patches for java on ARM: gcjh
- From: Scott Bambrough <scottb at netwinder dot org>
- Date: Mon, 31 Jan 2000 16:53:18 -0500
- CC: Tom Tromey <tromey at cygnus dot com>
- Organization: Rebel.com
I think this addresses all the concerns regarding my earlier submission. Let me
know if it doesn't.
Scott
2000-01-31 Scott Bambrough <scottb@netwinder.org>
* gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is defined
to
be 1.
* gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
(java_float_finite): Convert to use union Word from javaop.h.
(java_double_finite): Convert to use union DWord from javaop.h.
--
Scott Bambrough - Software Engineer
REBEL.COM http://www.rebel.com
NetWinder http://www.netwinder.org
javaop.h.patch
gjavah.c.patch