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]

Patches for java on ARM: gcjh


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


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