comparison src/m/ews4800r.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 a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Mule 2.0. Not in FSF. */ 21 /* Synched up with: Mule 2.0. Not in FSF. */
22 22
23 /* Define WORD_MACHINE if addresses and such have
24 * to be corrected before they can be used as byte counts. */
25
26 #undef WORD_MACHINE
27
28 /* Define how to take a char and sign-extend into an int.
29 On machines where char is signed, this is a no-op. */
30
31 #define SIGN_EXTEND_CHAR(c) ((signed char)(c))
32
23 /* Now define a symbol for the cpu type, if your compiler 33 /* Now define a symbol for the cpu type, if your compiler
24 does not define it automatically: 34 does not define it automatically:
25 Ones defined so far include vax, m68000, ns16000, pyramid, 35 Ones defined so far include vax, m68000, ns16000, pyramid,
26 orion, tahoe, APOLLO and many others */ 36 orion, tahoe, APOLLO and many others */
27 #ifndef mips 37 #ifndef mips
28 # define mips 38 # define mips
29 #endif 39 #endif
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
47 #define EXPLICIT_SIGN_EXTEND
30 48
31 /* Data type of load average, as read out of kmem. */ 49 /* Data type of load average, as read out of kmem. */
32 50
33 #define LOAD_AVE_TYPE long 51 #define LOAD_AVE_TYPE long
34 52