Mercurial > emacs
annotate src/m/mips.h @ 107051:905212a81527
Bump version to 23.1.92.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 29 Jan 2010 21:09:50 -0500 |
parents | 467d1fce4215 |
children | b8f821937636 376148b31b5e |
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 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. */ | |
38 | |
39 #define NO_ARG_ARRAY | |
40 | |
41 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
42 the 24-bit bit field into an int. In other words, if bit fields | |
43 are always unsigned. | |
44 | |
96602 | 45 This flag only matters if you use USE_LISP_UNION_TYPE. */ |
456 | 46 |
47 #define EXPLICIT_SIGN_EXTEND | |
48 | |
49 /* Describe layout of the address space in an executing process. */ | |
50 | |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
51 #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
|
52 |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
53 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
54 #if 0 /* These definitions were advantageous when not using |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
55 USE_LSB_TAG. With that, they get ignored but cause errors. */ |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
56 |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
57 #define DATA_SEG_BITS 0x10000000 |
456 | 58 |
59 /* The standard definitions of these macros would work ok, | |
60 but these are faster because the constants are short. */ | |
61 | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
62 #define XUINT(a) (((unsigned)(a) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)) |
456 | 63 |
1113 | 64 #define XSET(var, type, ptr) \ |
65 ((var) = \ | |
66 ((int)(type) << VALBITS) \ | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
67 + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) |
52401 | 68 |
69 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee | |
70 (do not change this comment) */ | |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
71 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
72 #endif /* 0 */ |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
73 |