diff options
author | cognet <cognet@FreeBSD.org> | 2006-11-06 20:49:23 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2006-11-06 20:49:23 +0000 |
commit | 55a9fb22cc60439b8796b95cdd1a5847dc24c869 (patch) | |
tree | bd93df18881b7c2b36f4a1a0612917363fe658f3 /lib/libc | |
parent | 34b745c784ffea6af05df362c879dc2a4afe4a75 (diff) | |
download | FreeBSD-src-55a9fb22cc60439b8796b95cdd1a5847dc24c869.zip FreeBSD-src-55a9fb22cc60439b8796b95cdd1a5847dc24c869.tar.gz |
Provide definitions suitable for arm big-endian.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arm/arith.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/arm/arith.h b/lib/libc/arm/arith.h index 86121bf..e6f1da0 100644 --- a/lib/libc/arm/arith.h +++ b/lib/libc/arm/arith.h @@ -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 |