comparison src/m/mips.h @ 48552:b5cd6d8c8889

(WORDS_BIG_ENDIAN): Define conditionally.
author Dave Love <fx@gnu.org>
date Wed, 27 Nov 2002 20:46:46 +0000
parents 4be8406ebef9
children 23a1cea22d13
comparison
equal deleted inserted replaced
48551:046a08e59519 48552:b5cd6d8c8889
22 /* The following line tells the configuration script what sort of 22 /* The following line tells the configuration script what sort of
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="note" 24 USUAL-OPSYS="note"
25 25
26 NOTE-START 26 NOTE-START
27 Use m-mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world. 27 Use mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world.
28 Note that the proper m- file for the Decstation is m-pmax.h. 28 Note that the proper m file for the Decstation is pmax.h.
29 NOTE-END */ 29 NOTE-END */
30 30
31 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
32 is the most significant byte. */ 32 is the most significant byte. */
33 33
34 #if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL))
34 #define WORDS_BIG_ENDIAN 35 #define WORDS_BIG_ENDIAN
36 #endif
35 37
36 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 38 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
37 * group of arguments and treat it as an array of the arguments. */ 39 * group of arguments and treat it as an array of the arguments. */
38 40
39 #define NO_ARG_ARRAY 41 #define NO_ARG_ARRAY