comparison src/m/sequent.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 376386a54a3c
children de805c49cfc1
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
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
39 /* Now define a symbol for the cpu type, if your compiler 34 /* Now define a symbol for the cpu type, if your compiler
40 does not define it automatically: 35 does not define it automatically:
41 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 36 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
42 are the ones defined so far. */ 37 are the ones defined so far. */
43 38
51 #define CRT0_DUMMIES bogus_fp, 46 #define CRT0_DUMMIES bogus_fp,
52 47
53 /* crt0.c should define a symbol `start' and do .globl with a dot. */ 48 /* crt0.c should define a symbol `start' and do .globl with a dot. */
54 49
55 #define DOT_GLOBAL_START 50 #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
64 51
65 /* Data type of load average, as read out of kmem. */ 52 /* Data type of load average, as read out of kmem. */
66 53
67 #define LOAD_AVE_TYPE unsigned long 54 #define LOAD_AVE_TYPE unsigned long
68 55