Mercurial > emacs
annotate src/m/mips.h @ 103113:9e5db9760121
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 Apr 2009 04:53:57 +0000 |
parents | 2f1c4821a7d3 |
children | cfe3ab5226d6 |
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, |
100951 | 3 2007, 2008, 2009 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 | |
96719
f8ef0d7d5451
* m/mips.h: Remove boilerplate comments and code for systems that
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96620
diff
changeset
|
26 This is only used on GNU/Linux. |
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 |
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
52 #define DATA_START 0x10000000 |
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 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
55 #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
|
56 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
|
57 |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
58 #define DATA_SEG_BITS 0x10000000 |
456 | 59 |
60 /* The standard definitions of these macros would work ok, | |
61 but these are faster because the constants are short. */ | |
62 | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
63 #define XUINT(a) (((unsigned)(a) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)) |
456 | 64 |
1113 | 65 #define XSET(var, type, ptr) \ |
66 ((var) = \ | |
67 ((int)(type) << VALBITS) \ | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
68 + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) |
52401 | 69 |
70 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee | |
71 (do not change this comment) */ | |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
72 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
73 #endif /* 0 */ |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
74 |