Porting libgcj...
Tom Tromey
tromey@cygnus.com
Fri Aug 6 12:39:00 GMT 1999
>>>>> "Scott" == scottb <scottb@netwinder.org> writes:
Scott> I'm trying to port libgcj to run on ArmLinux on a NetWinder.
Cool. If your patches are timely and "safe enough" we could get them
into 2.95.1.
Scott> It seems that when generating this file, the value for
Scott> MAX_VALUE is interpreted as a NAN by printf.. I have been
Scott> looking for the file generation code but have been unable to
Scott> find it. Could someone point me in the correct direction.
Most of the headers are generated from class files by a program named
"gcjh". It is part of gcc. The source is gcc/java/gjavah.c. You
want to look at the function print_field_info().
Tom
More information about the Java
mailing list