annotate src/m/intel386.h @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 59463afc5666
children 0132846995bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Machine description file for intel 386.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1987 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 This file is part of GNU Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 GNU Emacs is free software; you can redistribute it and/or modify
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 the Free Software Foundation; either version 2, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 GNU General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /* The following line tells the configuration script what sort of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 operating system this machine is likely to run.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 USUAL-OPSYS="note"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 NOTE-START
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 Intel 386 (-machine=intel386 or -machine=is386.h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 The possibilities for -opsystem are: bsd4-2, usg5-2-2, usg5-3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 isc2-2, 386-ix, esix, linux, sco3.2v4, and xenix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 18.58 should support a wide variety of operating systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 Use isc2-2 for Interactive 386/ix version 2.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 Use 386ix for prior versions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 Use esix for Esix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 Use linux for Linux.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 It isn't clear what to do on an SCO system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 -machine=is386 is used for an Integrated Solutions 386 machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 It may also be correct for Microport systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 Cubix QBx/386 (-machine=intel386 -opsystem=usg5-3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 Changes merged in 19.1. Systems before 2/A/0 may fail to compile etags.c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 due to a compiler bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 Prime EXL (-machine=intel386 -opsystem=usg5-3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Minor changes merged in 19.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 NOTE-END */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 /* Define WORD_MACHINE if addresses and such have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 * to be corrected before they can be used as byte counts. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 /* #define WORD_MACHINE */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 /* Now define a symbol for the cpu type, if your compiler
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 does not define it automatically:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 Ones defined so far include vax, m68000, ns16000, pyramid,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 orion, tahoe, APOLLO and many others */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 #define INTEL386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 /* crt0.c, if it is used, should use the i386-bsd style of entry.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 with no extra dummy args. On USG and XENIX,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 NO_REMAP says this isn't used. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 /* Mly 16-Jan-96 16:38:32: this is part of a prototype -- same bug present in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 other m*.h files */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 #define CRT0_DUMMIES int bogus_fp,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 /* crt0.c should define a symbol `start' and do .globl with a dot. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 #define DOT_GLOBAL_START
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 #ifdef XENIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 /* Data type of load average, as read out of kmem. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 #define LOAD_AVE_TYPE short
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 /* Convert that into an integer that is 100 for a load average of 1.0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 #define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 #define FSCALE 256.0 /* determined by experimentation... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 #ifdef SOLARIS2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 /* Data type of load average, as read out of kmem. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 #define LOAD_AVE_TYPE long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 /* Convert that into an integer that is 100 for a load average of 1.0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 /* This is totally uncalibrated. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 /* configure thinks solaris X86 has gethostname, but it does not work,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 so undefine it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 #undef HAVE_GETHOSTNAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 #else /* not SOLARIS2 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 #ifdef USG5_4 /* Older USG systems do not support the load average. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 /* Data type of load average, as read out of kmem. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 #define LOAD_AVE_TYPE long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 /* Convert that into an integer that is 100 for a load average of 1.0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 /* This is totally uncalibrated. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 #define FSCALE 256.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 #endif /* not SOLARIS2 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 /* Define CANNOT_DUMP on machines where unexec does not work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 Then the function dump-emacs will not be defined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 and temacs will do (load "loadup") automatically unless told otherwise. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 /* #define CANNOT_DUMP */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 /* Define VIRT_ADDR_VARIES if the virtual addresses of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 pure and impure space as loaded can vary, and even their
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 relative order cannot be relied on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 Otherwise Emacs assumes that text space precedes data space,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 numerically. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 /* #define VIRT_ADDR_VARIES */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 #ifdef XENIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 /* Define NO_REMAP if memory segmentation makes it not work well
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 to change the boundary between the text section and data section
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 when Emacs is dumped. If you define this, the preloaded Lisp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 code will not be sharable; but that's better than failing completely. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 #define NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 #define STACK_DIRECTION -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 /* Since cannot purify, use standard Xenix 386 startup code. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 #define START_FILES /lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 /* These really use terminfo. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 #define LIBS_TERMCAP /lib/386/Slibcurses.a \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 /lib/386/Slibtinfo.a /lib/386/Slibx.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 /* Standard libraries for this machine. Since `-l' doesn't work in `ld'. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 /* '__fltused' is unresolved w/o Slibcfp.a */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 #else /* not XENIX */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 /* this brings in alloca() if we're using cc */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 #ifdef USG
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 151
diff changeset
156 #if 0 /* mrb: -lPW is now autodetected, anyways */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 #ifndef LIB_STANDARD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 #ifdef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 #define LIB_STANDARD -lc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 #else /* not USG5_4 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 #define LIB_STANDARD -lPW -lc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 #endif /* not USG5_4 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 #endif /* LIB_STANDARD */
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 151
diff changeset
164 #endif /* 0 */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 151
diff changeset
166 #if 0 /* ALLOCA is now autodetected */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 #define HAVE_ALLOCA
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 151
diff changeset
168 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 #define NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 #define TEXT_START 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 #endif /* USG */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 #endif /* not XENIX */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 #ifdef USG5_4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 #define DATA_SEG_BITS 0x08000000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 #ifdef MSDOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 #define NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 #ifdef WINDOWSNT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 #define VIRT_ADDR_VARIES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 #define DATA_END get_data_end ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 #define DATA_START get_data_start ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 #define HAVE_ALLOCA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 #ifdef linux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 /* we cannot get the maximum address for brk */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 #define ULIMIT_BREAK_VALUE (32*1024*1024)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 #define SEGMENT_MASK ((SEGMENT_SIZE)-1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 /* GCC's alloca() is semi-broken. See lisp.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 This brokenness has been confirmed under both Linux and NetBSD.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 It may also exist on non-Intel architectures. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 #define BROKEN_ALLOCA_IN_FUNCTION_CALLS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 /* XEmacs change: John Hughes <john@AtlanTech.COM> says using vfork
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 under i386-unknown-sysv4.2 makes C-g sometimes cause a SIGSEGV
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 in TTY mode; the problem goes away if you use fork */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 #ifdef USG5_4_2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 #define vfork fork
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 #endif