comparison src/m/nh4000.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
27 27
28 /* The following line tells the configuration script what sort of 28 /* The following line tells the configuration script what sort of
29 operating system this machine is likely to run. 29 operating system this machine is likely to run.
30 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 30 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
31 31
32 /* Define WORD_MACHINE if addresses and such have
33 * to be corrected before they can be used as byte counts. */
34
35 /* #define WORD_MACHINE */
36
37 /* Now define a symbol for the cpu type, if your compiler 32 /* Now define a symbol for the cpu type, if your compiler
38 does not define it automatically: 33 does not define it automatically:
39 Ones defined so far include vax, m68000, ns16000, pyramid, 34 Ones defined so far include vax, m68000, ns16000, pyramid,
40 orion, tahoe, APOLLO and many others */ 35 orion, tahoe, APOLLO and many others */
41 36
42 #ifndef m88000 37 #ifndef m88000
43 #define m88000 38 #define m88000
44 #endif 39 #endif
45
46 #define VALBITS 26
47
48 #define GCTYPEBITS 5
49
50 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
51 the bit field into an int. In other words, if bit fields
52 are always unsigned.
53
54 If you use NO_UNION_TYPE, this flag does not matter. */
55
56 /* #define EXPLICIT_SIGN_EXTEND */
57 40
58 /* Data type of load average, as read out of kmem. */ 41 /* Data type of load average, as read out of kmem. */
59 42
60 #define LOAD_AVE_TYPE long 43 #define LOAD_AVE_TYPE long
61 44