From 50a16f36b560cfb9efe242dc6eb9d55489b5c375 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 13 Mar 2002 23:07:29 +0000 Subject: Add powerpc support (distinct from the machine file for rs6000) --- news/nn/files/m-powerpc.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 news/nn/files/m-powerpc.h (limited to 'news/nn/files') diff --git a/news/nn/files/m-powerpc.h b/news/nn/files/m-powerpc.h new file mode 100644 index 00000000000..34edc5b7695 --- /dev/null +++ b/news/nn/files/m-powerpc.h @@ -0,0 +1,24 @@ +/************** Machine (and compiler) dependent definitions. ************** + * + * Define appropriate types for the following ranges of integer + * variables. These are processor & compiler dependent, but the + * distributed definitions will probably work on most systems. + */ + + + +/* MACHINE TYPE DEFINED TYPE VALUE RANGE */ + +typedef unsigned char int8; /* 0 .. 255 */ +typedef short int16; /* -10,000 .. 10,000 */ +typedef long int32; /* -100,000 .. 100,000 */ +typedef unsigned long uint32; /* 0 .. 2^31-1 */ + + + +/* + * Define NETWORK_BYTE_ORDER if the machine's longs are + * already in network byte order. + */ + +#define NETWORK_BYTE_ORDER -- cgit v1.2.3