From 3899b189117d72e1722b75b24a62bca8e6ab4900 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 25 Oct 1989 17:35:09 +0000 Subject: [PATCH] Motorola byte ordering --- mach/m68k2/libfp/byte_order.h | 7 +++++-- mach/m68k4/libfp/byte_order.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mach/m68k2/libfp/byte_order.h b/mach/m68k2/libfp/byte_order.h index e7c51e106..50600a3fc 100644 --- a/mach/m68k2/libfp/byte_order.h +++ b/mach/m68k2/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 diff --git a/mach/m68k4/libfp/byte_order.h b/mach/m68k4/libfp/byte_order.h index e7c51e106..50600a3fc 100644 --- a/mach/m68k4/libfp/byte_order.h +++ b/mach/m68k4/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 -- 2.34.1