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