]> code.delx.au - gnu-emacs/commitdiff
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
authorKarl Heuer <kwzh@gnu.org>
Mon, 26 Sep 1994 19:43:24 +0000 (19:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 26 Sep 1994 19:43:24 +0000 (19:43 +0000)
68 files changed:
src/m/7300.h
src/m/acorn.h
src/m/alliant-2800.h
src/m/alliant.h
src/m/alpha.h
src/m/altos.h
src/m/amdahl.h
src/m/apollo.h
src/m/att3b.h
src/m/aviion.h
src/m/celerity.h
src/m/clipper.h
src/m/cnvrgnt.h
src/m/convex.h
src/m/cydra5.h
src/m/delta.h
src/m/delta88k.h
src/m/dpx2.h
src/m/dual.h
src/m/elxsi.h
src/m/gec63.h
src/m/gould.h
src/m/hp800.h
src/m/hp9000s300.h
src/m/i860.h
src/m/ibm370aix.h
src/m/ibmps2-aix.h
src/m/ibmrs6000.h
src/m/ibmrt-aix.h
src/m/ibmrt.h
src/m/intel386.h
src/m/iris4d.h
src/m/iris5d.h
src/m/irist.h
src/m/isi-ov.h
src/m/masscomp.h
src/m/mega68.h
src/m/mg1.h
src/m/mips.h
src/m/news.h
src/m/next.h
src/m/ns16000.h
src/m/ns32000.h
src/m/nu.h
src/m/orion.h
src/m/orion105.h
src/m/pfa50.h
src/m/plexus.h
src/m/pmax.h
src/m/pyramid.h
src/m/sequent.h
src/m/sparc.h
src/m/sps7.h
src/m/stride.h
src/m/sun1.h
src/m/sun2.h
src/m/tad68k.h
src/m/tahoe.h
src/m/targon31.h
src/m/tek4300.h
src/m/tekxd88.h
src/m/template.h
src/m/tower32.h
src/m/tower32v3.h
src/m/ustation.h
src/m/vax.h
src/m/wicat.h
src/m/xps100.h

index 464a7fe00cbd94c2073c0d2301d3d85389b2eb68..d841914c51cc64882b5c04d983d2e5cb1580d3f3 100644 (file)
@@ -37,6 +37,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
index bd4c7ae4c7a0008e703267f0ba065630c8aa0cd2..48550172cd5972d9d8d1055b692b78e533399b4c 100644 (file)
@@ -28,10 +28,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
 
-#undef BIG_ENDIAN
+#undef WORDS_BIG_ENDIAN
 
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  We can't
index b0c2cd8fed8f900e70d4778152fbb2432bfb2904..706e9a71f8dda4244b97375c6baa3d278cdba658 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 69d664039d34857f8477c4064821a41862bdad36..084054084422cd2f3fd34f3df7ce4e7384179f9f 100644 (file)
@@ -33,6 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index f226fb2184310814f2b4365a4510d62cd7844d68..ec036c8f089ac64aab18b7f2956381182c29b7c4 100644 (file)
@@ -37,6 +37,11 @@ NOTE-END
 
 #define LONGBITS 64            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 41bff838b3b08afeb22e7bf7c0176bd21d4f80ef..8f03d2c9b6655c50eb52d776e6c9fa60a1506998 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 #define EXPLICIT_SIGN_EXTEND
 
 /* Use type int rather than a union, to represent Lisp_Object */
index 00821596c2db91d5c7f5a6a69ff6e3249b7ff08f..e91bb39f0f81a1edd1a67f44f596f72bd4c11179 100644 (file)
@@ -38,6 +38,11 @@ compiler is so brain damaged that it is not even worth trying to use it.
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 115105d4f656033451efd3bf20055e5a5d11ba35..e28fccbc58821359f4c54c9ab0b1aa0487830c35 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 /* #define m68000 */   /* Done by the C compiler */
index 55bcdc4896d3fa59b0bdfda37e4efd5517f8601c..79f9529524e311ba535017c51425d53aae28db9e 100644 (file)
@@ -33,6 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32             /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 79a1f13b966a7e3b42cf493217b4e91ca8b1c0ed..adfe21e728624cdcaeba60f586cec4d846742d44 100644 (file)
@@ -27,6 +27,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index a18c38fab26b5e23d85ef85f7522d748cd61ef65..d28ae21fa01b0ca9a14e1417720764205e1584b5 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign extend */
 
 #define EXPLICIT_SIGN_EXTEND
index 17c8e604a1cedc1d0ede751240a04916898daeb5..9df8957de2bfe9a598d79dc765cd70864b78291d 100644 (file)
@@ -27,6 +27,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 7712ae26debd2b699763cf8e9c00730df548f7af..61858266f9a33939641d05df45d8c9118a85aaf4 100644 (file)
@@ -27,6 +27,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index e4afbade94cf9201a297ef84d28dacca117edeb2..3f1bcaaeafa1b27f4da66232b3f59c64c0229e3d 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.
  * Maybe it would be better to simply correct the code. */
index 33736bac3cdb7c6c5b4fe047cfd30a8e8773edc6..579df52b56c48eec48d7f5ffc338ec51baec0f8f 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 76fe6f94fff7bd4c43a690ae63326062e9c0cec5..d3b530f0ddaed6e88ed8a2b2ee483aaa33efe4ec 100644 (file)
@@ -33,6 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index eaf51aacd000f5e0a32ea58e313982a088dc0517..34d6caf6252e5cbe6be1c5ed38f6cea9c3ae1f4d 100644 (file)
@@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 3871cf1410f99cd59a100abe604d53cb30ee03ec..cc4decb974356185d38212ceb3706634276a8c1e 100644 (file)
@@ -39,6 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index e46178904ce930030ba49ae2bbcfcad9e436ae46..4cddb0a68daadb55fcab70f2e61a0bff3716b75f 100644 (file)
@@ -42,6 +42,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
index b835acb0a555c0c5752c5f5bf760c7a61d678dce..318856a42d2e59c5b9c6413fab43552ccd5e171f 100644 (file)
@@ -34,6 +34,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index ae1933f8680016914ec84db9cb6f68b9a6b9a219..8d85f495b7db9fc92f75820ed9cda402425430ec 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #define gec63
index ffdad90bf4047b00a5111baa6034bbffef053f92..225f29a72fff58bdaad32894c9e16521f9302ead 100644 (file)
@@ -56,6 +56,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 36453c5b0942acc15ea4a62df51f80e8e7777352..dd5eb84f2b15359982f4b4c3bfed89d28b49dbff 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index e5834bad7ae4e8726263ecde7787f2a68720d59b..caf4ba3d3bbfb3a59aa120a62b0b945b82da8e0a 100644 (file)
@@ -66,6 +66,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index b18a1d569679fd68918d39e3974229867892efd4..ced702e8ce55029d535b4471e0ef290dfbd3b2c8 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index d583191e247ce147d069679ed20aee7ab3f41d59..8b9b849977073db4ee9357230a40ad7e23f8fb15 100644 (file)
@@ -8,6 +8,11 @@
 #undef INTEL386
 #undef aix386
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 #undef TEXT_START
 #undef SEGMENT_MASK
 #undef DATA_SECTION_ALIGNMENT
index 4a5784af182d278131d7bd5090ffc5b3f1f85f38..c56ddada464cdd6b8bdbf1636905c2f51144f4ce 100644 (file)
@@ -37,6 +37,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index ceebf58030e25341a0bdaf7f1d6d52c49768ad6d..61a87569a388300759514899d6d7a96d0a5dda1d 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 29fd0c934d01a66b645dd6290265cce8a94a20ea..718cc7ebc3b4c601b7e274fcbf6f10b37c3b9eab 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 05d9f94b112d2fcfb8eed69211d8b4441c1a83cf..0dc0740ce5a1a8e30884fc72827f40d758295012 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index d84a383884959cb0f65dbff83580f14d08b212bb..8e637455633a0f838d102229a2cbb8a647f44673 100644 (file)
@@ -63,6 +63,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index ef7c59bd4338359f2d7e8576eb3417753e611190..420092e81e174f6e7f076f0922bb134c50aab70a 100644 (file)
@@ -27,6 +27,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 141e8131f696148931cb2a95aa98b03709b4a299..a8e0bf0c02da1f32ed3da2e4d84ba920208669df 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 1a8f6222083a28eb1d4c8f8561d73ca6f3f95dea..80f0b0588576b4a5ca9698acb5a6fe1430ebbe61 100644 (file)
@@ -65,6 +65,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index e2fc1aa09da5de9e6c4a4165ca16a182d4bed2e2..874e962ede552dc4ddd35ea2274e987510ed5ab9 100644 (file)
@@ -37,6 +37,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #define m68000
index 64cb316d7a897206dcefc88c664a03dd4423426a..c193c0eb8d78560879e644517257a5ac7380abdb 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 1a4c10032cb3e1313e120575e421416b121f504b..bb6e6b7fcc79be810b9490c14da1037213466e79 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
index f8729965e602114b8cef7045ec578fac91dba819..8b9f946c0e3ac79dc3de21d935cf3921213dabb5 100644 (file)
@@ -41,6 +41,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 /* ns16000 call sequence used on mg1 means that &arg = the args as an array */
index 6d90da6aa40b38eec5b72eed8c4f7e110d4468ff..143579200a0b9f67c5a5fb16f3855ba2ec02e1bf 100644 (file)
@@ -36,6 +36,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index eaca0e1fa74eae631fc640389edddf68d09126cd..c82a379ec4db0ebdbe224cd8534aea6054fcc7ce 100644 (file)
@@ -41,6 +41,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* One CRT0 Dummy variable */
 
 #if 0 /* larry@mitra.com says Sony's as doesn't like this.  */
index d36bad2bbe6b828c9dd9a0de658ff86f4d5136ac..63062135c94c1ab3de7018d104193543b0396abc 100644 (file)
@@ -33,6 +33,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+/* Let the compiler tell us.  */
+#ifdef __BIG_ENDIAN__
+#define WORDS_BIG_ENDIAN
+#endif
+
 /* Define how to take a char and sign-extend into an int.
    On machines where char is signed, this is a no-op.  */
 
index bf2d5ffa9beb35054d4bc0ebd06b7b14d428633c..58731e12d0316ce667ce82db1877db19053176c9 100644 (file)
@@ -37,6 +37,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Say this machine is a 16000 */
 
 #define ns16000 1
index 33c9fcda4ff345a016b92e06483e04307274d2d5..bb2df861df6fa2ef56e435f2e6a9bbb3aa0b48ea 100644 (file)
@@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 8a2cf5bdd39b0eeaeabfae87ba84b10c557cc774..bfe4e22df54075abdedce7a62434e268013cda27 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
index cbaa6128f14f707c38c20a4889a4f1b714213033..3fdc354d16423422486447f75f565baa516e4389 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Now define a symbol for the cpu type, if your compiler
    does not define it automatically.  */
 
index 56e8edae046cf2b84e66f6ac46b8d2bb8314e85c..1aa58fb74b5e6417be92d88463a52e93cea9d9c3 100644 (file)
@@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 47d3a07b33c087707c8eebf3cd1878a5b178dfbf..d00cda2ffe2106f2d29e596bde3507d6a3059128 100644 (file)
@@ -27,6 +27,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #define m68000
index c45a4083b74c7b2db0c46b02f5b4be9e2d61c80a..85633a9c32c1efb2d23dc71bd799641d2944c247 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 63b5793ddb4cff31b7f9eb1a6be46265421108a2..3e9c93ca025a53e689a68a05ae306d03a90c87ef 100644 (file)
@@ -10,6 +10,7 @@ NOTE-START
 Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise.
 NOTE-END  */
 
+#undef WORDS_BIG_ENDIAN
 #undef LIB_STANDARD
 #undef START_FILES
 #undef COFF
index 816b51f1c4023649f6eef3eb4553bc37cdf6fc66..97203a0221a4213b3d374898b80b29f0699dd886 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 9b6c205a36c40886a11f862e1a140944c8c9ed81..08d6acfe7a1db2c3ef50f770cecbdf3b3fb9aba0 100644 (file)
@@ -38,6 +38,11 @@ NOTE-END */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 34bb32233d83647268d73ef4c1bfa44b0761edb5..0deb1e39df7b6882f7b93fb645d2b8399df97268 100644 (file)
@@ -35,6 +35,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 879c545e457e9a25a427ab7eaa1852e051144363..41ce42ba6d1810b554e058fa84b010600cd8188c 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #ifndef m68000
index 79319c40609ab08f43e43c6a75828387cc55f49d..6fd3ce376868fa000e5f6705790f4d1759fc0b53 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 9760bda2f98cf82ac8677ffc8e2725df1dc6a0e1..46cdf069ac2f05418ab205a0180abca9cce88c44 100644 (file)
@@ -47,6 +47,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #define m68000
index 7dd6bfff4695c2f4faa68d35a3ec47dd63eec809..fcffcd156d7ef9396b393d2e527cf1ded512913a 100644 (file)
@@ -49,6 +49,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Say this machine is a 68000 */
 
 #ifndef m68000
index 18b861e97a617f3e4408eb3bf543134f63861f20..bed22badd508f314a5b80bc99c3022f3e71fc45b 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32             /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index b40c86cd546d8e4c2b94182a804cc267a20432a9..cc758c26f359759319efb1b28de8c5b51ee3593d 100644 (file)
@@ -36,6 +36,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* XINT must explicitly sign-extend */
 
 #define EXPLICIT_SIGN_EXTEND
index dd998f0391531b91f5f0ec5f8a7f3f254e92c1ba..2a4937be08b90439371cdd9bdfa64c2f92bd6ec7 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 608a8b761b341f9b00439d22463eb161f2cc3bc1..fb566f918b3902290731e96fbfdd280e693688a7 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 342f13c67d6ee72aa4799bae502880055a6840fd..c9714a52b7a76a84872b916b9fc4ee8153a002a9 100644 (file)
@@ -25,6 +25,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define INTBITS 32             /* Number of bits in an int */
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 #define NO_ARG_ARRAY
index ef9df9956de170d70910c2abc76d65f792841ffd..c9485c8fda74e19245f0959671a8732b290f63d1 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 2df148c675fbbca387231e9212db4a6bea96d3e7..fa34f62af65b26653fb42b3429dfdfa2024c860d 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index ed6b0950be34a87ef075775f0f5bacaf064573f9..dd4365cf0e8bc53fdb83fef03e53d3be238d1cf6 100644 (file)
@@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index b9878465ebf2bf29b25a698b44395e339bbe7788..97da57b661b09c425af1b11a5d16d60fb74735ef 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index 63fc3e92e619c453730614bff0a73a4557d11590..7417f2d30d9af0236b2e134cb4a43b30846fa9b8 100644 (file)
@@ -59,6 +59,11 @@ NOTE-END  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#undef WORDS_BIG_ENDIAN
+
 /* #define vax    -- appears to be done automatically  */
 
 /* Use type int rather than a union, to represent Lisp_Object */
index db9c1515019439e3c8ae3d7456ede8e768103aa1..f8cf10163c191d8518cd4e987e870678384d894b 100644 (file)
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 
index bf4a24da52d08474e79c7be90c0380f55cba43f4..36c721a33289d6537f08e1d32065192cb42b327d 100644 (file)
@@ -33,6 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define LONGBITS 32            /* Number of bits in a long */
 
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
+   is the most significant byte.  */
+
+#define WORDS_BIG_ENDIAN
+
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */