From: ceriel Date: Thu, 26 Oct 1989 11:04:53 +0000 (+0000) Subject: Use Motorola byte order for floating point X-Git-Tag: release-5-5~2143 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a751b2ef425202f2c30c0658bb8f46479cf8a915;p=ack.git Use Motorola byte order for floating point --- diff --git a/mach/m68020/ce/mach.c b/mach/m68020/ce/mach.c index 3dc6e490e..5867a70ef 100644 --- a/mach/m68020/ce/mach.c +++ b/mach/m68020/ce/mach.c @@ -27,4 +27,7 @@ char *filename; */ #define IEEEFLOAT +#define FL_MSL_AT_LOW_ADDRESS 1 +#define FL_MSW_AT_LOW_ADDRESS 1 +#define FL_MSB_AT_LOW_ADDRESS 1 #include diff --git a/mach/m68020/libfp/byte_order.h b/mach/m68020/libfp/byte_order.h index e7c51e106..50600a3fc 100644 --- a/mach/m68020/libfp/byte_order.h +++ b/mach/m68020/libfp/byte_order.h @@ -1,3 +1,6 @@ -#define BYTES_REVERSED 1 -#define WORDS_REVERSED 0 #define CHAR_UNSIGNED 0 +#define MSB_AT_LOW_ADDRESS 1 +#define MSW_AT_LOW_ADDRESS 1 +#define FL_MSB_AT_LOW_ADDRESS 1 +#define FL_MSW_AT_LOW_ADDRESS 1 +#define FL_MSL_AT_LOW_ADDRESS 1