comparison src/m/sequent.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
29 NOTE-END */ 29 NOTE-END */
30 30
31 /* NOTE: this file works for DYNIX release 2.0 31 /* NOTE: this file works for DYNIX release 2.0
32 (not tested on 1.3) on NS32000's */ 32 (not tested on 1.3) on NS32000's */
33 33
34 /* Define WORD_MACHINE if addresses and such have
35 * to be corrected before they can be used as byte counts. */
36
37 /* #define WORD_MACHINE */
38
34 /* Now define a symbol for the cpu type, if your compiler 39 /* Now define a symbol for the cpu type, if your compiler
35 does not define it automatically: 40 does not define it automatically:
36 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 41 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
37 are the ones defined so far. */ 42 are the ones defined so far. */
38 43
46 #define CRT0_DUMMIES bogus_fp, 51 #define CRT0_DUMMIES bogus_fp,
47 52
48 /* crt0.c should define a symbol `start' and do .globl with a dot. */ 53 /* crt0.c should define a symbol `start' and do .globl with a dot. */
49 54
50 #define DOT_GLOBAL_START 55 #define DOT_GLOBAL_START
56
57 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
58 the bit field into an int. In other words, if bit fields
59 are always unsigned.
60
61 If you use NO_UNION_TYPE, this flag does not matter. */
62
63 #define EXPLICIT_SIGN_EXTEND
51 64
52 /* Data type of load average, as read out of kmem. */ 65 /* Data type of load average, as read out of kmem. */
53 66
54 #define LOAD_AVE_TYPE unsigned long 67 #define LOAD_AVE_TYPE unsigned long
55 68
129 * even though it works fine on tty's. If you have one of 142 * even though it works fine on tty's. If you have one of
130 * these systems, define the following, and then use it in 143 * these systems, define the following, and then use it in
131 * config.h (or elsewhere) to decide when (not) to use SIGIO. 144 * config.h (or elsewhere) to decide when (not) to use SIGIO.
132 */ 145 */
133 146
134 /* Note: This definition not used under XEmacs */
135 #define NO_SOCK_SIGIO 147 #define NO_SOCK_SIGIO
136 148
137 /* Define how to search all pty names. 149 /* Define how to search all pty names.
138 This is for Dynix 3.0; delete next 5 definitions for older systems. */ 150 This is for Dynix 3.0; delete next 5 definitions for older systems. */
139 151