Mercurial > emacs
annotate src/m/mips.h @ 104441:902d22a2d922
cedet/semantic/db-debug.el: Don't require semantic/db-mode, since
semanticdb-current-database and semanticdb-current-table are now in
semantic/db.el.
cedet/semantic/db-ebrowse.el: Don't require semantic/db-mode, since
semanticdb-current-database and semanticdb-current-table are now in
semantic/db.el.
cedet/semantic/db-el.el: Require semantic/lex-spp.
Require semantic/db instead of semantic/db-search.
cedet/semantic/db-file.el: Declare inversion-test and
data-debug-insert-thing.
(semanticdb-load-database): Load inversion only if necessary.
cedet/semantic/db-find.el: Autoload semanticdb-find-default-throttle.
Defvar data-debug-thing-alist, and ede-current-project.
Declare data-debug-insert-stuff-list, data-debug-insert-tag-list,
semantic-scope-reset-cache, and semanticdb-typecache-notify-reset.
Require semantic/tag-file, and semantic/sort.
(semantic-reset): Require semantic/scope.
(semanticdb-partial-synchronize): Require semantic/db-typecache.
(semanticdb-find-table-for-include) Move up to avoid compiler warning.
cedet/semantic/db-global.el: Declare data-debug-new-buffer and
data-debug-insert-thing.
(semanticdb-project-database-global) Move up to avoid compiler warning.
cedet/semantic/db-javascript.el: Fix provide statement.
Require semantic/db-find instead of semantic/db-search.
cedet/semantic/db-mode.el: Declare semantic-lex-spp-set-dynamic-table.
(semanticdb-current-database, semanticdb-current-table): Move into
semantic/db.el
cedet/semantic/db-ref.el: Require eieio, semantic/db, and semantic/util.
Declare data-debug-new-buffer and data-debug-insert-object-slots.
Defvar semantic-case-fold. Require semantic/find when compiling.
cedet/semantic/db-typecache.el: Require semantic/tag-ls,
semantic/analyze/fcn, and semantic/scope. Declare
data-debug-insert-thing and data-debug-new-buffer.
cedet/semantic/db.el (semanticdb-search-results-table): Move class
definition here from semantic/db-search.el.
(semanticdb-current-database, semanticdb-current-table) Move variable
definitions here from semantic/db-mode.el.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 31 Aug 2009 00:45:41 +0000 |
parents | bae3b52cda07 |
children | 1d1d5d9bd884 |
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 | |
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 |
cfe3ab5226d6
* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Chong Yidong <cyd@stupidchicken.com>
parents:
102344
diff
changeset
|
53 #ifndef GNU_LINUX |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
54 #define DATA_START 0x10000000 |
103275
cfe3ab5226d6
* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Chong Yidong <cyd@stupidchicken.com>
parents:
102344
diff
changeset
|
55 #endif |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
56 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
57 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
58 #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
|
59 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
|
60 |
18397
2af6faafc827
Test __linux__ along with NEWSOS5.
Richard M. Stallman <rms@gnu.org>
parents:
16441
diff
changeset
|
61 #define DATA_SEG_BITS 0x10000000 |
456 | 62 |
63 /* The standard definitions of these macros would work ok, | |
64 but these are faster because the constants are short. */ | |
65 | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
66 #define XUINT(a) (((unsigned)(a) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)) |
456 | 67 |
1113 | 68 #define XSET(var, type, ptr) \ |
69 ((var) = \ | |
70 ((int)(type) << VALBITS) \ | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9258
diff
changeset
|
71 + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) |
52401 | 72 |
73 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee | |
74 (do not change this comment) */ | |
102344
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
75 |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
76 #endif /* 0 */ |
2f1c4821a7d3
(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
Richard M. Stallman <rms@gnu.org>
parents:
100951
diff
changeset
|
77 |