]> git.eshelyaron.com Git - emacs.git/commitdiff
(WORDS_BIG_ENDIAN): Define conditionally.
authorDave Love <fx@gnu.org>
Wed, 27 Nov 2002 20:47:18 +0000 (20:47 +0000)
committerDave Love <fx@gnu.org>
Wed, 27 Nov 2002 20:47:18 +0000 (20:47 +0000)
src/ChangeLog
src/m/mips.h

index ae55c4cd11265c9773611039609f0cac557570cc..7ec917a931b707cac95183f8409efa9d3738e0fc 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-27  Dave Love  <fx@gnu.org>
+
+       * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
+
 2002-11-25  Jason Rumney  <jasonr@gnu.org>
 
        * w32.c (sys_write): Avoid non-blocking mode, which is not fully
index bed36944316f132dae2208c9bf252acf94ce6cc2..d4143a4d51fafdfa1ba24d734904928ba8cfb4ea 100644 (file)
@@ -24,14 +24,16 @@ Boston, MA 02111-1307, USA.  */
    USUAL-OPSYS="note"
 
 NOTE-START
-Use m-mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world.
-Note that the proper m- file for the Decstation is m-pmax.h.
+Use mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world.
+Note that the proper m file for the Decstation is pmax.h.
 NOTE-END  */
 
 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
 
+#if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL))
 #define WORDS_BIG_ENDIAN
+#endif
 
 /* 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.  */