Mercurial > hg > xemacs-beta
comparison src/m/ibmps2-aix.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 |
---|---|
27 NOTE-START | 27 NOTE-START |
28 Use -opsystem=usg5-3 on AIX 1.2. | 28 Use -opsystem=usg5-3 on AIX 1.2. |
29 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not | 29 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not |
30 work with certain new X window managers, and may be suboptimal. | 30 work with certain new X window managers, and may be suboptimal. |
31 NOTE-END */ | 31 NOTE-END */ |
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 | 32 |
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 */ |
83 #define TEXT_START 0x00400000 | 78 #define TEXT_START 0x00400000 |
84 #define TEXT_END 0 | 79 #define TEXT_END 0 |
85 #define DATA_START 0x00800000 | 80 #define DATA_START 0x00800000 |
86 #define DATA_END 0 | 81 #define DATA_END 0 |
87 | 82 |
88 /* The data segment in this machine always starts at address 0x00800000. | |
89 An address of data cannot be stored correctly in a Lisp object; | |
90 we always lose the high bits. We must tell XPNTR to add them back. */ | |
91 | |
92 #define DATA_SEG_BITS 0x00800000 | |
93 #endif | 83 #endif |
94 | 84 |
95 #if 0 /* I refuse to promulgate a recommendation that would make | 85 #if 0 /* I refuse to promulgate a recommendation that would make |
96 users unable to debug - RMS. */ | 86 users unable to debug - RMS. */ |
97 /* delete the following line to foil optimization, enable debugging */ | 87 /* delete the following line to foil optimization, enable debugging */ |