2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>

* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
This commit is contained in:
Joel Sherrill
2009-05-20 22:58:32 +00:00
parent 9c22907122
commit be0eebc1be
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1412/cpukit

View File

@@ -57,7 +57,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
#if defined(__alpha__) || \
defined(_AM29K) || \
defined(__arm__) || \
defined(__H8300__) || defined(__H8300H__) || defined(__H8300S__) || \
defined(__H8300__) || defined(__h8300__) || \
defined(__hppa__) || \
defined(__i386__) || \
defined(__lm32__) || \