Date: Mon, 6 Nov 2006 22:41:53 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109399 for review Message-ID: <200611062241.kA6MfrIR029591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109399 Change 109399 by cognet@cognet on 2006/11/06 22:41:35 IFC arith.h, to get fp to work on BE. Affected files ... .. //depot/projects/arm/src/lib/libc/arm/arith.h#2 integrate Differences ... ==== //depot/projects/arm/src/lib/libc/arm/arith.h#2 (text+ko) ==== @@ -1,7 +1,7 @@ /* * MD header for contrib/gdtoa * - * $FreeBSD: src/lib/libc/arm/arith.h,v 1.1 2004/05/14 12:04:29 cognet Exp $ + * $FreeBSD: src/lib/libc/arm/arith.h,v 1.2 2006/11/06 20:49:23 cognet Exp $ */ /* @@ -11,6 +11,11 @@ * architecture. See contrib/gdtoa/gdtoaimp.h for details. */ +#ifndef __ARMEB__ #define IEEE_8087 #define Arith_Kind_ASL 1 #define Sudden_Underflow +#else +#define IEEE_MC68k +#define Arith_Kind_ASL 2 +#endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611062241.kA6MfrIR029591>