comparison src/m/tekxd88.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 c5d627a313b1
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */ 21 Boston, MA 02111-1307, USA. */
22 22
23 /* Synched up with: FSF 19.31. */ 23 /* Synched up with: FSF 19.31. */
24 24
25 /* Define WORD_MACHINE if addresses and such have
26 * to be corrected before they can be used as byte counts. */
27 /* #define WORD_MACHINE */
28
29 /* Now define a symbol for the cpu type, if your compiler 25 /* Now define a symbol for the cpu type, if your compiler
30 does not define it automatically: 26 does not define it automatically:
31 Ones defined so far include vax, m68000, ns16000, pyramid, 27 Ones defined so far include vax, m68000, ns16000, pyramid,
32 orion, tahoe, APOLLO and many others */ 28 orion, tahoe, APOLLO and many others */
33 #ifndef m88000 /* Some 88k C compilers already define this */ 29 #ifndef m88000 /* Some 88k C compilers already define this */
34 #define m88000 30 #define m88000
35 #endif 31 #endif
36
37 /* Define how to take a char and sign-extend into an int.
38 On machines where char is signed, this is a no-op. */
39 #define SIGN_EXTEND_CHAR(c) (c)
40
41 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
42 the bit field into an int. In other words, if bit fields
43 are always unsigned.
44
45 If you use NO_UNION_TYPE, this flag does not matter. */
46 /* #define EXPLICIT_SIGN_EXTEND */
47 32
48 /* Data type of load average, as read out of kmem. */ 33 /* Data type of load average, as read out of kmem. */
49 /* #define LOAD_AVE_TYPE double */ /* No load average on XD88. */ 34 /* #define LOAD_AVE_TYPE double */ /* No load average on XD88. */
50 /* Convert that into an integer that is 100 for a load average of 1.0 */ 35 /* Convert that into an integer that is 100 for a load average of 1.0 */
51 /* #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) */ 36 /* #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) */