This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH Fix java/lang/ieeefp.h for arm-netbsdelf
Richard> ARM systems running NetBSD/ELF use a pure-endian
Richard> floating-point system (as used by the VFP co-processor). We
Richard> can tell this by the presence of the pre-processor macro
Richard> __VFP_FP__. This patch adds support for this format in
Richard> libjava.
Tom> Thanks, please check this in.
Ah, I see you did already. Sorry about that.
Tom