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
- From: Tom Tromey <tromey at redhat dot com>
- To: Richard dot Earnshaw at buzzard dot freeserve dot co dot uk
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Apr 2003 22:35:32 -0600
- Subject: Re: PATCH Fix java/lang/ieeefp.h for arm-netbsdelf
- References: <200304161845.h3GIjE607988@buzzard.buzzard.freeserve.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Richard" == Richard Earnshaw <rearnsha at buzzard dot freeserve dot co dot uk> writes:
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.
Thanks, please check this in.
Tom