Mercurial > hg > xemacs-beta
comparison src/m/iris4d.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 | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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: FSF 19.31. */ | 21 /* Synched up with: FSF 19.31. */ |
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 /* Now define a symbol for the cpu type, if your compiler | 23 /* Now define a symbol for the cpu type, if your compiler |
29 does not define it automatically: | 24 does not define it automatically: |
30 Ones defined so far include vax, m68000, ns16000, pyramid, | 25 Ones defined so far include vax, m68000, ns16000, pyramid, |
31 orion, tahoe, APOLLO and many others */ | 26 orion, tahoe, APOLLO and many others */ |
32 | 27 |
35 #endif | 30 #endif |
36 | 31 |
37 #ifndef IRIS_4D | 32 #ifndef IRIS_4D |
38 #define IRIS_4D | 33 #define IRIS_4D |
39 #endif | 34 #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 | |
48 | 35 |
49 /* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */ | 36 /* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */ |
50 #if 0 | 37 #if 0 |
51 /* Data type of load average, as read out of kmem. */ | 38 /* Data type of load average, as read out of kmem. */ |
52 | 39 |
103 #else | 90 #else |
104 #define UNEXEC "unexmips.o" | 91 #define UNEXEC "unexmips.o" |
105 #endif | 92 #endif |
106 | 93 |
107 #define TEXT_START 0x400000 | 94 #define TEXT_START 0x400000 |
108 | |
109 /* | |
110 * DATA_SEG_BITS forces extra bits to be or'd in with any pointers which | |
111 * were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for | |
112 * the value field of a LISP_OBJECT). | |
113 */ | |
114 | |
115 #define DATA_START 0x10000000 | 95 #define DATA_START 0x10000000 |
116 #define DATA_SEG_BITS 0x10000000 | |
117 | 96 |
118 #undef LIBS_MACHINE | 97 #undef LIBS_MACHINE |
119 /* -lsun in case using Yellow Pages for passwords. */ | 98 /* -lsun in case using Yellow Pages for passwords. */ |
120 #define LIBS_DEBUG | 99 #define LIBS_DEBUG |
121 | 100 |