comparison src/m/intel386.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children de805c49cfc1
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
47 47
48 Prime EXL (-machine=intel386 -opsystem=usg5-3) 48 Prime EXL (-machine=intel386 -opsystem=usg5-3)
49 49
50 Minor changes merged in 19.1. 50 Minor changes merged in 19.1.
51 NOTE-END */ 51 NOTE-END */
52
53 /* Define WORD_MACHINE if addresses and such have
54 * to be corrected before they can be used as byte counts. */
55
56 /* #define WORD_MACHINE */
57 52
58 /* Now define a symbol for the cpu type, if your compiler 53 /* Now define a symbol for the cpu type, if your compiler
59 does not define it automatically: 54 does not define it automatically:
60 Ones defined so far include vax, m68000, ns16000, pyramid, 55 Ones defined so far include vax, m68000, ns16000, pyramid,
61 orion, tahoe, APOLLO and many others */ 56 orion, tahoe, APOLLO and many others */
150 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a" 145 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a"
151 #else /* not XENIX */ 146 #else /* not XENIX */
152 147
153 #ifdef USG 148 #ifdef USG
154 149
155 #if 0 /* ALLOCA is now autodetected */
156 #define HAVE_ALLOCA
157 #endif
158 #define NO_REMAP 150 #define NO_REMAP
159 #define TEXT_START 0 151 #define TEXT_START 0
160 #endif /* USG */ 152 #endif /* USG */
161 #endif /* not XENIX */ 153 #endif /* not XENIX */
162
163 #ifdef USG5_4
164 #define DATA_SEG_BITS 0x08000000
165 #endif
166 154
167 #ifdef MSDOS 155 #ifdef MSDOS
168 #define NO_REMAP 156 #define NO_REMAP
169 #endif 157 #endif
170 158