diff options
| author | Dave Love | 2002-11-27 20:47:18 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-27 20:47:18 +0000 |
| commit | 540c2788cf045f1c0d05d869117318b3dc9a0642 (patch) | |
| tree | a03afa7ec6f9934e29a793cfdd76ef773468ac00 /src | |
| parent | b7b95a1e50e5f8699a35f7c035e5e9bdd3592ddf (diff) | |
| download | emacs-540c2788cf045f1c0d05d869117318b3dc9a0642.tar.gz emacs-540c2788cf045f1c0d05d869117318b3dc9a0642.zip | |
(WORDS_BIG_ENDIAN): Define conditionally.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/mips.h | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae55c4cd112..7ec917a931b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-27 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally. | ||
| 4 | |||
| 1 | 2002-11-25 Jason Rumney <jasonr@gnu.org> | 5 | 2002-11-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32.c (sys_write): Avoid non-blocking mode, which is not fully | 7 | * w32.c (sys_write): Avoid non-blocking mode, which is not fully |
diff --git a/src/m/mips.h b/src/m/mips.h index bed36944316..d4143a4d51f 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -24,14 +24,16 @@ Boston, MA 02111-1307, USA. */ | |||
| 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. */ |