Mercurial > emacs
annotate src/m/alliant-2800.h @ 13472:c51fb9c4c780
(mode-line-format): Modify it, don't override it entirely.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 17:10:58 +0000 |
parents | 1d4654a97585 |
children | ee40177f6c68 |
rev | line source |
---|---|
523 | 1 /* alliant-2800.h - Alliant FX/2800 machine running Concentrix 2800. |
2 Copyright (C) 1990 Free Software Foundation, Inc. | |
3 | |
4 This file is part of GNU Emacs. | |
5 | |
3700
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
6 GNU Emacs is free software; you can redistribute it and/or modify |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
7 it under the terms of the GNU General Public License as published by |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
9 any later version. |
523 | 10 |
3700
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
11 GNU Emacs is distributed in the hope that it will be useful, |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
14 GNU General Public License for more details. |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
15 |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
16 You should have received a copy of the GNU General Public License |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
17 along with GNU Emacs; see the file COPYING. If not, write to |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
523 | 19 |
20 | |
21 /* The following line tells the configuration script what sort of | |
22 operating system this machine is likely to run. | |
23 USUAL-OPSYS="bsd4-3" */ | |
24 | |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
25 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
26 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
|
27 |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
28 #undef WORDS_BIG_ENDIAN |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
29 |
523 | 30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
31 * group of arguments and treat it as an array of the arguments. */ | |
32 | |
33 #define NO_ARG_ARRAY | |
34 | |
35 /* Define WORD_MACHINE if addresses and such have | |
36 * to be corrected before they can be used as byte counts. */ | |
37 | |
38 #undef WORD_MACHINE | |
39 | |
40 /* Now define a symbol for the cpu type, if your compiler | |
41 does not define it automatically: | |
42 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO | |
43 are the ones defined so far. */ | |
44 | |
45 #define ALLIANT | |
46 #define ALLIANT_2800 | |
47 #define sun /* Use X support for Sun keyboard stuff. */ | |
48 #define C_OPTIMIZE_SWITCH -Og /* No concurrent code allowed here. */ | |
49 | |
50 /* Use type int rather than a union, to represent Lisp_Object */ | |
51 /* This is desirable for most machines. */ | |
52 | |
53 #define NO_UNION_TYPE | |
54 | |
55 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
10362
f145d62266f6
(VALBITS, GCTYPEBITS): Deleted; default is better.
Karl Heuer <kwzh@gnu.org>
parents:
9095
diff
changeset
|
56 the bit field into an int. In other words, if bit fields |
523 | 57 are always unsigned. |
58 | |
59 If you use NO_UNION_TYPE, this flag does not matter. */ | |
60 /* On Alliants, bitfields are unsigned. */ | |
61 | |
62 #define EXPLICIT_SIGN_EXTEND | |
63 | |
64 /* Concentrix uses a different kernel symbol for load average. */ | |
65 | |
66 #undef LDAV_SYMBOL /* Undo definition in s-bsd4-2.h */ | |
67 #define LDAV_SYMBOL "_Loadavg" | |
68 | |
69 /* Data type of load average, as read out of kmem. */ | |
70 | |
71 #define LOAD_AVE_TYPE long | |
72 | |
73 /* Convert that into an integer that is 100 for a load average of 1.0 */ | |
74 | |
75 #define LOAD_AVE_CVT(x) (x * 100 / LOADAVG_SCALE) | |
76 | |
77 /* include <sys/param.h> for the definition of LOADAVG_SCALE, and also | |
78 LOADAVG_SIZE, the number of items in the Loadavg array. */ | |
79 | |
80 /* Define CANNOT_DUMP on machines where unexec does not work. | |
81 Then the function dump-emacs will not be defined | |
82 and temacs will do (load "loadup") automatically unless told otherwise. */ | |
83 | |
84 /* #define CANNOT_DUMP */ | |
85 #define UNEXEC unexfx2800.o | |
86 #define LIBS_MACHINE -lalliant | |
87 | |
88 /* Define VIRT_ADDR_VARIES if the virtual addresses of | |
89 pure and impure space as loaded can vary, and even their | |
90 relative order cannot be relied on. | |
91 | |
92 Otherwise Emacs assumes that text space precedes data space, | |
93 numerically. */ | |
94 | |
95 #undef VIRT_ADDR_VARIES | |
96 | |
97 /* Define C_ALLOCA if this machine does not support a true alloca | |
98 and the one written in C should be used instead. | |
99 Define HAVE_ALLOCA to say that the system provides a properly | |
100 working alloca function and it should be used. | |
101 Define neither one if an assembler-language alloca | |
102 in the file alloca.s should be used. */ | |
103 | |
104 #undef C_ALLOCA | |
105 #define HAVE_ALLOCA | |
106 | |
107 /* Define NO_REMAP if memory segmentation makes it not work well | |
108 to change the boundary between the text section and data section | |
109 when Emacs is dumped. If you define this, the preloaded Lisp | |
110 code will not be sharable; but that's better than failing completely. */ | |
111 /* Actually, Alliant CONCENTRIX does paging "right": | |
112 data pages are copy-on-write, which means that the pure data areas | |
113 are shared automatically and remapping is not necessary. */ | |
114 | |
115 #define NO_REMAP | |
116 | |
117 /* Alliant needs special crt0.o because system version is not reentrant */ | |
118 | |
119 #define START_FILES crt0.o | |
120 | |
121 /* Alliant dependent code for dumping executing image. | |
122 See crt0.c code for alliant. */ | |
123 | |
124 #define ADJUST_EXEC_HEADER {\ | |
125 extern int _curbrk, _setbrk;\ | |
126 _setbrk = _curbrk;\ | |
127 hdr.a_bss_addr = bss_start;\ | |
128 unexec_text_start = hdr.a_text_addr;} | |
129 | |
130 /* POSIX Compatibility */ | |
131 /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ | |
132 #define SYSV_SYSTEM_DIR | |
8632
a049d06857ec
(USE_NONANSI_DEFUN): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3824
diff
changeset
|
133 |
a049d06857ec
(USE_NONANSI_DEFUN): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3824
diff
changeset
|
134 /* Use the K&R version of the DEFUN macro. */ |
a049d06857ec
(USE_NONANSI_DEFUN): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3824
diff
changeset
|
135 #define USE_NONANSI_DEFUN |