Mercurial > emacs
annotate src/m/mips.h @ 108164:745e12b5af4a
Don't burp if process sentinel/filter kills the current buffer.
* process.c (read_process_output, exec_sentinel): Don't burp if the
sentinel/filter kills the current buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Apr 2010 10:29:09 -0400 |
parents | 641672d44942 |
children | 6fcaca6266ae |
rev | line source |
---|---|
1113 | 1 /* m- file for Mips machines. |
94714
7e5b32f86a4c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87730
diff
changeset
|
2 Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
106815 | 3 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
456 | 4 |
5 This file is part of GNU Emacs. | |
6 | |
94714
7e5b32f86a4c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87730
diff
changeset
|
7 GNU Emacs is free software: you can redistribute it and/or modify |
456 | 8 it under the terms of the GNU General Public License as published by |
94714
7e5b32f86a4c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87730
diff
changeset
|
9 the Free Software Foundation, either version 3 of the License, or |
7e5b32f86a4c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87730
diff
changeset
|
10 (at your option) any later version. |
456 | 11 |
12 GNU Emacs is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU General Public License | |
94714
7e5b32f86a4c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87730
diff
changeset
|
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
456 | 19 |
20 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48552
diff
changeset
|
21 /* The following line tells the configuration script what sort of |
456 | 22 operating system this machine is likely to run. |
23 USUAL-OPSYS="note" | |
24 | |
25 NOTE-START | |
103708
bae3b52cda07
* m/mips.h: Mention this file is also used for netbsd.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103275
diff
changeset
|
26 This is used on GNU/Linux and netbsd. |
456 | 27 NOTE-END */ |
28 | |
78499 | 29 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
30 is the most significant byte. */ |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
31 |
48552
b5cd6d8c8889
(WORDS_BIG_ENDIAN): Define conditionally.
Dave Love <fx@gnu.org>
parents:
44601
diff
changeset
|
32 #if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL)) |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
33 #define WORDS_BIG_ENDIAN |
48552
b5cd6d8c8889
(WORDS_BIG_ENDIAN): Define conditionally.
Dave Love <fx@gnu.org>
parents:
44601
diff
changeset
|
34 #endif |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
35 |
456 | 36 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
37 the 24-bit bit field into an int. In other words, if bit fields | |
38 are always unsigned. | |
39 | |
96602 | 40 This flag only matters if you use USE_LISP_UNION_TYPE. */ |
456 | 41 |
42 #define EXPLICIT_SIGN_EXTEND | |
43 | |
44 /* Describe layout of the address space in an executing process. */ | |
45 | |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
46 #define TEXT_START 0x00400000 |
103275
cfe3ab5226d6
* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Chong Yidong <cyd@stupidchicken.com>
parents:
102344
diff
changeset
|
47 |
52401 | 48 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee |
49 (do not change this comment) */ | |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
50 |