Mercurial > emacs
annotate src/m/convex.h @ 13373:c2eff18fae26
Initial revision
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 31 Oct 1995 16:57:10 +0000 |
parents | 2cd15d90fec6 |
children | ee40177f6c68 |
rev | line source |
---|---|
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
1 /* machine description file for Convex (all models). |
7307 | 2 Copyright (C) 1987, 1994 Free Software Foundation, Inc. |
456 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
456 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
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 #define WORDS_BIG_ENDIAN |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
29 |
456 | 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 * Maybe it would be better to simply correct the code. */ | |
33 | |
34 #define NO_ARG_ARRAY | |
35 | |
36 /* Define WORD_MACHINE if addresses and such have | |
37 * to be corrected before they can be used as byte counts. */ | |
38 | |
39 /* #define WORD_MACHINE */ | |
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
40 |
456 | 41 /* Now define a symbol for the cpu type, if your compiler |
42 does not define it automatically. */ | |
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
43 #ifndef convex /* The compiler doesn't always do this. */ |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
44 #define convex |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
45 #endif |
456 | 46 |
47 /* Use type int rather than a union, to represent Lisp_Object */ | |
48 /* This is desirable for most machines. */ | |
49 | |
50 #define NO_UNION_TYPE | |
51 | |
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
52 #ifndef __GNUC__ /* David M. Cooke <dcooke@haven.larc.nasa.gov> |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
53 and Ralph Sobek <Ralph.Sobek@cerfacs.fr> agree |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
54 must ignore one arg when compiled with convex compiler. */ |
6969
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
55 #define CRT0_DUMMIES ignore, |
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
56 #else |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
57 #define CRT0_DUMMIES |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
58 #endif |
456 | 59 |
60 /* crt0.c should define a symbol `start' and do .globl with a dot. */ | |
61 | |
62 #define DOT_GLOBAL_START | |
63 | |
64 /* Data type of load average, as read out of kmem. */ | |
65 | |
66 #define LOAD_AVE_TYPE double | |
67 | |
68 /* Convert that into an integer that is 100 for a load average of 1.0 */ | |
69 | |
70 #define LOAD_AVE_CVT(x) (int) ((x) * 100.0) | |
71 | |
72 /* Define CANNOT_DUMP on machines where unexec does not work. | |
73 Then the function dump-emacs will not be defined | |
74 and temacs will do (load "loadup") automatically unless told otherwise. */ | |
75 | |
76 /* #define CANNOT_DUMP */ | |
77 | |
78 /* Define VIRT_ADDR_VARIES if the virtual addresses of | |
79 pure and impure space as loaded can vary, and even their | |
80 relative order cannot be relied on. | |
81 | |
82 Otherwise Emacs assumes that text space precedes data space, | |
83 numerically. */ | |
84 | |
85 /*#define VIRT_ADDR_VARIES*/ | |
86 | |
87 /* Define C_ALLOCA if this machine does not support a true alloca | |
88 and the one written in C should be used instead. | |
89 Define HAVE_ALLOCA to say that the system provides a properly | |
90 working alloca function and it should be used. | |
91 Define neither one if an assembler-language alloca | |
92 in the file alloca.s should be used. */ | |
93 | |
6969
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
94 /* #define C_ALLOCA */ |
456 | 95 #define HAVE_ALLOCA |
96 | |
6969
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
97 /* Must use the system's termcap. It does special things. */ |
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
98 |
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
99 #define LIBS_TERMCAP -ltermcap |
7cf053b348f1
(CRT0_DUMMIES): Ignore one arg.
Richard M. Stallman <rms@gnu.org>
parents:
5919
diff
changeset
|
100 |
456 | 101 /* Define NO_REMAP if memory segmentation makes it not work well |
102 to change the boundary between the text section and data section | |
103 when Emacs is dumped. If you define this, the preloaded Lisp | |
104 code will not be sharable; but that's better than failing completely. */ | |
105 | |
106 /* #define NO_REMAP */ | |
107 | |
108 /* Addresses on the Convex have the high bit set. */ | |
13365
2cd15d90fec6
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer <kwzh@gnu.org>
parents:
9095
diff
changeset
|
109 #define DATA_SEG_BITS (1 << (BITS_PER_INT-1)) |
456 | 110 |
111 /* Right shift is logical shift. | |
112 And the usual way of handling such machines, which involves | |
113 copying the number into sign_extend_temp, does not work | |
114 for reasons as yet unknown. */ | |
115 | |
116 #define XINT(a) sign_extend_lisp_int (a) | |
117 | |
118 /* Convex uses a special version of unexec. */ | |
119 | |
120 #define UNEXEC unexconvex.o | |
121 | |
122 /* you gotta define 'COFF' for post 6.1 unexec. */ | |
123 | |
124 #define COFF | |
125 #define TEXT_START 0x80001000 | |
126 | |
127 /* Posix stuff for Convex OS 8.1 and up. */ | |
128 | |
129 #define LD_SWITCH_MACHINE \ | |
130 -e__start -L /usr/lib \ | |
131 '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' | |
132 | |
133 /* Use <dirent.h>. */ | |
134 #define SYSV_SYSTEM_DIR | |
135 | |
136 #ifdef _POSIX_SOURCE | |
137 | |
138 /* These symbols have been undefined to advance the state of the art. */ | |
139 | |
140 #define S_IFMT _S_IFMT | |
141 #define S_IFDIR _S_IFDIR | |
142 | |
143 #define S_IREAD _S_IREAD | |
144 #define S_IWRITE _S_IWRITE | |
145 #define S_IEXEC _S_IEXEC | |
146 | |
147 #endif | |
148 | |
149 /* Ptys may start below ptyp0; call a routine to hunt for where. */ | |
150 | |
151 #undef FIRST_PTY_LETTER | |
152 #define FIRST_PTY_LETTER first_pty_letter() | |
153 | |
154 #if 0 | |
155 /* | |
156 * Force a K&R compilation and libraries with the Convex V 4.0 C compiler | |
157 */ | |
158 #define C_SWITCH_MACHINE -pcc | |
159 #define LIB_STANDARD -lc_old | |
160 #define LIBS_MACHINE -lC2_old | |
161 #define LD_SWITCH_MACHINE -X -NL -fn -Enoposix -A__iob=___ap\$$iob \ | |
162 -A_use_libc_sema=___ap\$$use_libc_sema -L /usr/lib | |
163 #endif | |
8029
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
164 |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
165 /* Avoid error in xrdb.c - d.m.cooke@larc.nasa.gov. */ |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
166 #define DECLARE_GETPWUID_WITH_UID_T |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
167 |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
168 /* Call getpgrp properly. */ |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
169 #define GETPGRP_NO_ARG |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
170 |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
171 /* Tested for both Convex C and GNUC by d.m.cooke@larc.nasa.gov. */ |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
172 #define LIBS_MACHINE -lC2 |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
173 |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
174 /* Avoid error in getloadavg.c. */ |
4f81ed3b48ba
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
175 #define NLIST_NAME_UNION 1 |
8084 | 176 |
177 #if 0 /* This is supposed to be an improvement. | |
178 It would be good for people to try enabling this code | |
179 and report the results. */ | |
180 /* gcc -nostdlib prevents some math symbols from being included. | |
181 So we have to use -nostartfiles instead. */ | |
182 #define LINKER $(CC) -nostartfiles | |
183 | |
184 #define ORDINARY_LINK | |
185 | |
186 #undef LD_SWITCH_MACHINE | |
187 #define LD_SWITCH_MACHINE \ | |
188 -L /usr/lib \ | |
189 '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' | |
190 #endif |